History | View | Annotate | Download (950 Bytes)
pep8: Fix E127 continuation line over-indented
There are a bunch of these remaining, but I don't think the right course isto 'fix' all of them to make pep8 happy, but instead to either changethe test in pep8 to consider that a continuation line may itself...
pep8: fix E128 continuation line under-indented errors
I wasn't sure this was worth fixing at first, but it does look more readablenow.
Pass code check.
Commented out kernel ref, moved to Open vSwitch.
Pass pyflakes.
Use switches rather than switches.keys().
Minor cosmetic change, really.
Fixed to import TreeNet and to skip unnecessary init().
Removed TreeNet() convenience function (moved to topolib.)
Restored treeping64 and tre1024 examples and updated README.
Remove/merge obsolete examples
Use setuptools to install python files
Now, to reference mininet files, use 'import mininet.mininet'.
PYTHONPATH mods are no longer required for installation.
First crack at allowing Controller to be customized.Network may now be used with custom controllers.An example of doing this is in nox.py, which instantiates at TreeNetusing a custom Controller, NoxController, that runs nox_core ratherthan the reference controller.
Cleanup of doc files.Fixed xterm.py (and cleanup) to clean up screen sessions.Cleaned up sshd.py (though interface is still in flux.)Added 1024-node network example (treenet1024.py).Added example showing multiple tests on a single network (multitest.py)....