tom

Added topo launcher.

1 +#!/usr/bin/python
2 +# Launches mininet with Tower topology configuration.
3 +import sys, tower
4 +net = tower.Tower(cip=sys.argv[1])
5 +net.run()