tt.py 135 Bytes Raw Blame History Permalink 1 2 3 4 5 #!/usr/bin/python # Launches mininet with Tower topology configuration. import sys, tower net = tower.Tower(cip=sys.argv[1]) net.run()