onStartup() for NS-3 and using other NS-3 stacks than wifi #193
dasjulchenm
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I want to use NS-3 as my network simulator and from my understanding applications need to be explicitly directed to the module to use, like getCellModule() or getAdHocModule() (also specifying the channel , radio and power) for the onStartup() call.
Do these two modules automatically map to the activated Simulator set to true in the mapping file?
Also, in the documentation there is only the mention of using 802.11(p) with the ns3_federate_config.xml. What about other NS-3 modules? Can these be called via the federate_config or is there some modification required in the ns3_config.json?
And relating to my first question, how should the two modules getCellModule() and getAdHocModule() be used when such another ns-3 module is used?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions