omrani omaima
omrani omaima

Reputation: 21

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++).

Upvotes: 1

Views: 287

Answers (2)

Pasha M.
Pasha M.

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

eugene
eugene

Reputation: 78

Here you have a good playlist where you could start from: https://www.youtube.com/playlist?list=PLaBPUIXZ8s4AwAk5EelikvvyG4EzX2hpx

Upvotes: 1

Related Questions