More open-source network simulators


NOTE updated February 26, 2013: This post contains old information. I created a page that lists all the open-source network simulators listed in the post below. I will keep the page up-to-date. Please see the List of Open-Source Network Simulators page.

I found some more open-source network simulation projects to investigate: the Clack Graphical Router, the Common Open Research Emulator (CORE), Manage Large Networks (MLN), and Mininet.

Clack Graphical Router

http://yuba.stanford.edu/vns/clack/
Clack is based on a project at Stanford University and is based on their VNS project. This system is a basic tool that simulates the basic operation of a network of routers. It appears to be used mostly to teach programming. It runs a graphical user interface in a browser window and the code is open-source. A live demo is available on the project web site.

CORE (Common Open Research Emulator)

http://code.google.com/p/coreemu/
http://cs.itd.nrl.navy.mil/work/core/index.php
This project continues the work started in the IMUNES project. It has a GUI interface and offers a VMWare image for trying it out without installing anything. It runs on the FreeBSD operating system but the research paper that announced the tool also suggests it might run on Linux because the authors refer to Linux virtualization tools in the paper.

MLN (Manage Large Networks)

http://mln.sourceforge.net/index.php
MLN is a perl program used to manage a set of User-Mode-Linux instances or Xen instances, which are the basis for the switches and routers in a simulated network. The user creates a configuration file, which can specify a large complex network of virtual instances and configure each instance. This project was last updated in 2009 and it has some excellent documentation. Also the tool can manage instances on Amazon’s EC2 service.

Mininet

http://openflow.org/mininet
This network simulator tool emulates a large Openflow network. It uses Linux namespaces to create virtual Openflow switches. The web site indicates that the tool can support thousands of virtual nodes on a single operating system. Since it is focused on Openflow, Mininet is not be useful for general routing simulation but it will be an interesting tool to investigate at a later time.

2 thoughts on “More open-source network simulators”

  1. Another simulator I became of aware of was NS-3

    <a href="http://www.nsnam.org/&quot; title="ns-3 is a discrete-event network simulator for Internet systems"

    Per their site….

    The goal of the ns-3 project is to develop a preferred, open simulation environment for networking research: it should be aligned with the simulation needs of modern networking research and should encourage community contribution, peer review, and validation of the software.

    The ns-3 simulation core supports research on both IP and non-IP based networks. However, the large majority of its users focuses on wireless/IP simulations which involve models for Wi-Fi, WiMAX, or LTE for layers 1 and 2 and and a variety of static or dynamic routing protocols such as OLSR and AODV for IP-based applications

    1. Thanks for your comment. For now, I’m focusing on emulators that allow me to run real software in the virtual network scenario. I will investigate NS-3 when I have more time.

Comments are closed.

Scroll to Top