I intend to model using Netlogo. However, I haven't seen any solid reference to using Netlogo for network simulations. I would like to check for simple network parameters like throughput and how changes in agent-set (Network node in the case) can change some network parameters. Is this possible in Netlogo alone? if not, is there any work around?
Is it possible to use Agent Based Modelling tools such as Netlogo to do network simulation (e.g TCP)
399 Views Asked by samup4web At
2
I found a way. The simulation that I want cannot be achieved via NetLogo alone (or rather will be too complex). As NetLogo supports custom extensions, I am now looking into using extensions. I intend to use NetLogo alongside Omnet++ or Opnet. NetLogo will provide the agent modeling capabilities (traffic + GIS extensions) while Omnet++/Opnet will provide the networking simulation.