MiniEdit 2.1.0.7

This is a quick small release.  It contains a bug fix and a feature that I originally dropped from the last release.

  • Bug fix in the Export not exporting controller information correctly.
  • You can import one of the MiniNet named topologies on startup.
    • sudo ./miniedit-2.1.0.7.py --topo linear,3
  • You can import a custom topology on startup.
    • sudo ./miniedit-2.1.0.7.py --custom mininet/custom/topo-2sw-2host.py --topo mytopo

Be warned that the import of the topology is pretty crude and will be limiting.  I don’t have any fancy auto layout features to nicely place icons on the screen.  Currently, I just create rows of icons.  You will need to lay them out yourself.  If someone knows of some python code that can do this autolayout, I’d be glad to hear from you.

Download MiniEdit 2.1.0.7 here.

Advertisement