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:
- for movement (all the cars will move on a map)
- for the communication between all the vehicle
Somebody know how to implement the movement part?