Miniedit 2.0.0.5
September 11, 2013 4 Comments
With September rolling in, family life got pretty busy. Thought I would put out a release with a few more updates.
- Connect switch or host nodes to physical interface (like the example hwintf.py)
- Add host cpu opts
- cpu: desired overall system CPU fraction
- scheduler: host, cfs or rt
- cores: (real) core(s) this host can run on
- cpu: desired overall system CPU fraction
- Udpate load and save with above additions
- Change load/save file format to Python dictionary
Download Miniedit 2.0.0.5 here.
If requested, I can make a script that will convert the pre-2.0.0.5 save file format to the new style. Just leave a comment. But hopefully the networks you have created are small enough to just recreate manually.
very interesting work, it really is helping a lot in learning mininet,… can you please point on how to connect the miniedit.py to external remote openflow controller :) thanks in advance.
Glad it is helping. To use a remote controller, just click on the c0 button in the right side and choose remote as the type. Then just update the IP and port to math your controller.
should merge it with the default mininet image :) most people are using the old mininedit and its very raw , no controller configs etc ,…..
Yes, I’ll be looking at trying to merge it back into MiniNet after my next MiniEdit 2.1.0.5 release, which is a big one for me. Keep an eye out on https://gregorygee.wordpress.com/category/miniedit/.
Thanks for trying it out too.