kande
kande

Reputation: 559

How to simulate vehicle movement in omnet++?

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?

Upvotes: 2

Views: 1239

Answers (1)

crnv
crnv

Reputation: 316

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.

Upvotes: 4

Related Questions