INET Framework for OMNeT++/OMNEST
creator Namespace Reference

Variables

int secondaryRouters = 4
int hostsPerRouter = 4
tuple mainRouterFile = open("mainRouter.mrt", "w")
 creation of routing file for main router
tuple secondaryRouterFile = open("secondaryRouter%i.mrt" % i, "w")
 creation of routing files for secondary routers creation of routing files for hosts
tuple hostRoutingFile = open("host%i-%i.mrt" % (i, j), "w")
tuple networkFile = open("multicast2.ned", "w")
 creation of network description
tuple omnetppiniFile = open("omnetpp.ini", "w")
 creation of omnetpp.ini

Variable Documentation

tuple creator::hostRoutingFile = open("host%i-%i.mrt" % (i, j), "w")
tuple creator::mainRouterFile = open("mainRouter.mrt", "w")

creation of routing file for main router

tuple creator::networkFile = open("multicast2.ned", "w")

creation of network description

tuple creator::omnetppiniFile = open("omnetpp.ini", "w")

creation of omnetpp.ini

tuple creator::secondaryRouterFile = open("secondaryRouter%i.mrt" % i, "w")

creation of routing files for secondary routers creation of routing files for hosts