History | View | Annotate | Download (153 KB)
Update to MiniEdit 2.2.0.1- Replace custom code to set OF protocols with new Mininet available API to set.
Update to MiniEdit 2.2.0.0
- Updated for new Mininet 2.2.0- Support TCP or SSL for remote controller- Support HostWithPrivateDirs Hosts
Update to MiniEdit 2.1.0.9Includes some big fixes and new feature to run user defined command duringnode start and stop.
Update to 2.1.0.8.1. Include a fix to work around Mininet version numberchecking with non-numeric characters.
Update to 2.1.0.8
Uploading MiniEdit 2.1.0.7.1
Many changes since master version.- save/load topologies- host, controller, switch and link properties- link actions to set status up/down
fixed host ip assignment and shutdown with xtermsfixes #189
Merge branch '2.0dev' into 2.0merge
Conflicts: .gitignore .pylint examples/miniedit.py mininet/node.py mininet/util.py util/install.sh util/vm/install-mininet-vm.sh
pep8: fix E128 continuation line under-indented errors
I wasn't sure this was worth fixing at first, but it does look more readablenow.
pep8: Fix E125 continuation line does not distinguish itself from next logical line
pep8: Fix E203 whitespace before punctutation
Pass code check.
Fix codecheck and MininetWithControlNet.
Fixed minor breakage due to code cleanup.
Pass codecheck.
Pass pylint.
Pass pyflakes.
Correctly handle xterm creation with new makeTerm interface.
Added a simple graphical network editor demo.