omnet++ - Change the map of Veins -


i want change default map of veins. made map extraction steps openstreetmap , got following files:

lyon.net.xml , lyon.poly.xml , lyon.rou.xml , lyon.sumo.cfg~ , typemap.xml , lyon.osm , lyon.rou.alt.xml , lyon.sumo.cfg trips.trips.xml

what need change in veins or in statement:

/c/users/user/src/veins-3.0/sumo-launchd.py -vv -c /c/users/user/src/sumo-0.21.0/bin/sumo.exe

so can simulate veins exemlpe new map? have change in sumo-launchd.py?

veins comes small daemon make running coupled simulations easier. daemon, sumo-launchd.py, designed run in background, listening incoming requests. on each incoming connection, receives simulation setup in xml format, launches separate instance of sumo , proxies requests between omnet++ , sumo.

omnet++ reads xml file configured in manager.launchconfig. convention file has extension of .launchd.xml, can used.

i suggest copy, adapt, modify .launchd.xml file comes veins example match files simulation uses.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -