Added ripcord.py, which attempts to make a FatTree using ripcord and

instantiate a mininet Network based on its topology.

Also minor cleanup of nox.py and GridNet class in mininet.py.
This commit is contained in:
Bob Lantz
2009-12-14 21:01:45 -08:00
parent 2f53491343
commit 0b084dd51a
3 changed files with 52 additions and 3 deletions
-1
View File
@@ -2,7 +2,6 @@
"Instantiate a Tree network and use NOX as the controller."
import time
from mininet import init, Controller, TreeNet, Cli
class NoxController( Controller ):