2

I'm new to omnet++, and i need to write a simultaion of vehicle on a map. i have a compund module called "Vehicle" which contains 2 simple module:

  1. for movement (all the cars will move on a map)
  2. for the communication between all the vehicle

Somebody know how to implement the movement part?

kande
  • 559
  • 1
  • 10
  • 28

1 Answers1

4

You could use the VEINS framework that provides all you need to simulate vehicular networks. Alternatively, the INETMANET framework also contains several mobility and wireless communication models.

crnv
  • 316
  • 2
  • 14