'simulation of vanet project with omnet++ and sumo,
I need to simulate my vanet project that's coded with python. I want to use ns-3 or omnet++, and SUMO.
please help me, I don't know how to link my vanet project with the simulator (ns-3 or OMNET++).
Solution 1:[1]
Here you have a good playlist where you could start from: https://www.youtube.com/playlist?list=PLaBPUIXZ8s4AwAk5EelikvvyG4EzX2hpx
Solution 2:[2]
Options here include pybind11. Check stackoverflow q and a on linking pybind11 and OMNET++.
Other option is using omnetpy. Check for GitHub project on omnetpy.
In both cases you need to learn OMNET++ first.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | eugene |
| Solution 2 | Pasha M. |
