Variables | |
int | secondaryRouters = 4 |
int | hostsPerRouter = 4 |
tuple | mainRouterFile = open("mainRouter.mrt", "w") |
tuple | secondaryRouterFile = open("secondaryRouter%i.mrt" % i, "w") |
tuple | hostRoutingFile = open("host%i-%i.mrt" % (i, j), "w") |
tuple | networkFile = open("multicast2.ned", "w") |
tuple | omnetppiniFile = open("omnetpp.ini", "w") |
tuple creator::hostRoutingFile = open("host%i-%i.mrt" % (i, j), "w") |
Definition at line 65 of file creator.py.
int creator::hostsPerRouter = 4 |
Definition at line 4 of file creator.py.
tuple creator::mainRouterFile = open("mainRouter.mrt", "w") |
Definition at line 12 of file creator.py.
tuple creator::networkFile = open("multicast2.ned", "w") |
Definition at line 82 of file creator.py.
tuple creator::omnetppiniFile = open("omnetpp.ini", "w") |
Definition at line 165 of file creator.py.
tuple creator::secondaryRouterFile = open("secondaryRouter%i.mrt" % i, "w") |
Definition at line 40 of file creator.py.
int creator::secondaryRouters = 4 |
Definition at line 3 of file creator.py.