-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Mininet Apps and Tools
Ramon Fontes edited this page Jan 16, 2020
·
13 revisions
For convenience, this page is also reachable via apps.mininet.org
A variety of useful applications and systems have been implemented using Mininet. Please feel free to add your own to this page.
(also see Mininet Community Extensions and Packages and the Mininet Documentation)
The Mininet source code includes a variety of useful examples of using the Python API.
- Visual Network Description - VND (https://github.com/ramonfontes/vnd) - A GUI tool that allows automatic creation of Mininet and Openflow Controllers Scripts.
- An evolution of the miniedit.py example script included with Mininet. Add all kinds of capabilities to new controller, host, switch and link options.
- Give you the option to save you topology and also export as a Mininet python script.
Included in Mininet in the examples/ directory.
- Online tool to visualize the topology generated by Mininet.
- Use dump and links commands in Mininet console. Paste the result into the tool and press Render Graph
http://mininet.spear.narmox.com/
- A patched version of Volker Gropps Bandwidth Monitor NG aka
bwm-ng - Enables users to monitor the throughput of network interfaces in multiple network namespaces (e.g. Mininet hosts) at the same time
- Especially useful when using Mininet with routers
Repository: https://github.com/jgjl/bwm-ng/tree/lxns