Integrate NS-3 script with MOSAIC #53
Replies: 3 comments 2 replies
-
Hi Karl, what is the most direct way to write my own custom class, so that I don't have to only use AdHoc communication library. I am having trouble digesting the following relationship in Mosaic, as I can't find exactly where it is you are calling for NS3 modules:
|
Beta Was this translation helpful? Give feedback.
-
The current architecture for the MOSAIC – ns-3 coupling follows this structure: ns-3 related Interactions are e.g.
The flexibility of running own scripts is somehow limited as the Of course, we would be interested in extensions in this field as well as LTE or other custom-made ns-3 modules. |
Beta Was this translation helpful? Give feedback.
-
Hello, I am working on a similar project : integrating sidelink lte-v2x communication (using custom ns3 model) with Eclipse mosaic. I was wondering if there is any solution or update regarding this topic. thanks you. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is it possible to integrate (convert) an NS-3 script into a MOSAIC scenario?
I would like to make sure that my NS-3 scripts are assigned to V2X communication.
But whenever I run Tiergarten example with NS-3 federate enabled, then it would state that it is deployed but with no NS-3 scripts running.
I understand that there is a conversion tool for converting SUMO scenario, is there a similar NS-3?
What about supporting an LTE or custom made NS-3 module? Are they supported?
I found the "Ns3Ambassador.java" that creates a new object of NS3Ambassador, with only AdHoc Coomunication. Is this supposed to be the method to write and execute NS3 scripts?
I really appreciate if there is an example scenario with ns3-simulation for communication protocol between vehicles.
I have tried running Barnim scenario while enabling NS3 communication, but I received the following in the logs "Communication.log"
Ns3Ambassador - This V2XMessage requires a destination type (CELL_GEOCAST) currently not supported by this network simulator. Skip this message. Sender=rsu_0, Receiver=NetworkAddress{address=/255.255.255.255}, V2XMessage.id=0
Thank you
Beta Was this translation helpful? Give feedback.
All reactions