Reputation: 21
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++).
Upvotes: 1
Views: 287
Reputation: 340
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.
Upvotes: 0
Reputation: 78
Here you have a good playlist where you could start from: https://www.youtube.com/playlist?list=PLaBPUIXZ8s4AwAk5EelikvvyG4EzX2hpx
Upvotes: 1