-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Mininet Community Extensions and Packages
This page is intended to be a simple reference to community-developed extensions to Mininet and other packages and tools which may be of interest to Mininet users.
(Note that one of the GSoC participants is prototyping a PyPI-like repository for Mininet-compatible Python packages, so that may be available in the future!)
If links are broken, please fix them - thanks! Please also feel free to improve the text descriptions.
Also see Mininet Apps and Tools
-
RHEL/Scientific 6: http://puias.princeton.edu/data/puias/computational/6/SRPMS/mininet-2.0.0-2.puias6.src.rpm
-
CentOS/Scientific Linux: http://downloads.naulinux.ru/pub/NauLinux/6.3/x86_64/Extras/RPMS/Projects/OpenFlow/
- TinyCore Linux: https://github.com/jediMunees/mininetTinycore/wiki
-
Visual Network Description - VND (http://www.ramonfontes.com/vnd) - A GUI tool that allows automatic creation of Mininet and Openflow Controllers Scripts.
-
Chef cookbook for installing Mininet: https://github.com/karlll/mininet-cookbook.git
-
Mininet Editor (https://thomaash.github.io/me/) - Web based topology editor for Mininet. Similar to MiniEdit, but with nicer GUI, real-time input validation, addressing plan export, script import and many more features.
- Mininet for CCNx (content-centric networking): https://github.com/carlosmscabral/mn-ccnx/wiki
- IPMininet is a python library, extending Mininet, in order to support emulation of (complex) IPv4 and IPv6 networks. As such, it provides new classes, such as Routers, auto-configures all properties not set by the user, such as IP addresses or router configuration files,... The latest user documentation is available on https://ipmininet.readthedocs.io/.
- http://reproducingnetworkresearch.wordpress.com includes a variety of reproducible networking experiments implemented using Mininet.
- RipL-POX is a multipath-capable controller written in POX. The README explains how to create a Fat Tree topology using Mininet and use it with RipL-POX as the controller.