- Dec 20, 2009
-
-
Brandon Heller authored
-
Brandon Heller authored
-
Brandon Heller authored
-
Brandon Heller authored
-
- Dec 19, 2009
-
-
Brandon Heller authored
Forgot to add __init__.py
-
Brandon Heller authored
-
Brandon Heller authored
Use customized StreamHandler from Python logging module to print only messages for the specified loglevel to the console.
-
Brandon Heller authored
Don't print retry errors by default.
-
Brandon Heller authored
Was causing OSErrors because the process to kill no longer existed.
-
Brandon Heller authored
Much faster now; from 1 s delay to 100 us.
-
- Dec 18, 2009
-
-
Brandon Heller authored
-
Brandon Heller authored
-
Brandon Heller authored
Now, to reference mininet files, use 'import mininet.mininet'. PYTHONPATH mods are no longer required for installation.
-
Brandon Heller authored
-
Brandon Heller authored
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
Useful for monitoring the output of a set of nodes.
-
Bob Lantz authored
-
- Dec 16, 2009
-
-
Bob Lantz authored
-
Bob Lantz authored
- invoke ofdatapath with --fail=closed (no controller = no connectivity!) - stop hosts before switches before the controller - this seems slightly more sensible - it's the reverse of the startup order - fix retry() so it kind of works (it's actually helpful I think!)
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
Added retry() function for createLink to see if it helps (probably won't.) Random edits to docs.
-
Bob Lantz authored
Added commentary on control network to mininet.py. Hopefully fixed linearbandwidth.py for real.
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-
- Dec 15, 2009
-
-
Bob Lantz authored
-
Bob Lantz authored
Not sure if I want nox_core -v in nox.py - it's useful for debugging. ripcordtest.py (and grid.py) still depend on routing, which I haven't been able to test yet.
-
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
ripcord.py was a name conflict - ugh! This one creates a network successfully, but ping doesn't work with nox out of the box at least.
-
Bob Lantz authored
instantiate a mininet Network based on its topology. Also minor cleanup of nox.py and GridNet class in mininet.py.
-
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.
-
Bob Lantz authored
-
- Dec 12, 2009
-
-
Brandon Heller authored
-
Brandon Heller authored
-
- Dec 14, 2009
-
-
Bob Lantz authored
-