forked from mininet/mininet
-
Notifications
You must be signed in to change notification settings - Fork 3
Mininet Apps
ggee edited this page Oct 8, 2013
·
22 revisions
A variety of useful applications and systems have been implemented using Mininet. Please feel free to add your own to this page.
The Mininet source code includes a variety of useful examples of using the Python API.
- Visual Network Description - VND (http://www.ramonfontes.com/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.
Available at http://gregorygee.wordpress.com/category/miniedit/ .