- Mar 03, 2010
-
-
Bob Lantz authored
-
- Feb 09, 2010
-
-
Bob Lantz authored
-
- Feb 04, 2010
-
-
Bob Lantz authored
It's possible that mn_clean is a bit easier to read; mnclean may be easier to type, however. Added variables to Makefile so that source files are listed in a single location.
-
- Jan 10, 2010
-
-
Brandon Heller authored
This required a change to logging, which now uses a singleton pattern. For all future checkins, 'make codecheck' should pass.
-
- Jan 02, 2010
-
-
Brandon Heller authored
-
Brandon Heller authored
Also remove usused imports and outdated doc text.
-
- Dec 20, 2009
-
-
Brandon Heller authored
Having a file with the same name as its package creates hard-to-diagnose import error, so rename mininet.py to net.py. This commit moves utility functions, generally those dealing with network namespaces and interface management, into their own file. Also fix a few minor formatting bugs and clean up logging code (which had issues when multiple files would import mininet.logging_mod).
-
- Dec 18, 2009
-
-
Brandon Heller authored
Now, to reference mininet files, use 'import mininet.mininet'. PYTHONPATH mods are no longer required for installation.
-
Brandon Heller authored
-
Bob Lantz authored
-
- Dec 16, 2009
- Dec 15, 2009
-
-
Bob Lantz authored
Unfortunately, I can't test this at the moment since nox seems not to be able to find the routing module. Added/renamed examples: grid.py, tree1024.py Added -v flag to nox arguments, so we have some chance of figuring out why nox is dying, as it generally is.
-
Bob Lantz authored
Network may now be used with custom controllers. An example of doing this is in nox.py, which instantiates at TreeNet using a custom Controller, NoxController, that runs nox_core rather than the reference controller.
-
- Dec 11, 2009
-
-
Bob Lantz authored
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). Renamed examples to make them easier to type!
-
Bob Lantz authored
Other minor cleanup.
-
- Dec 10, 2009
- Dec 09, 2009
-
-
Bob Lantz authored
-