Go to the source code of this file.
Namespaces | |
namespace | creator |
Variables | |
int | creator::secondaryRouters = 4 |
int | creator::hostsPerRouter = 4 |
tuple | creator::mainRouterFile = open("mainRouter.mrt", "w") |
tuple | creator::secondaryRouterFile = open("secondaryRouter%i.mrt" % i, "w") |
tuple | creator::hostRoutingFile = open("host%i-%i.mrt" % (i, j), "w") |
tuple | creator::networkFile = open("multicast2.ned", "w") |
tuple | creator::omnetppiniFile = open("omnetpp.ini", "w") |