2

I am successfully able to establish a connection between Omnet++ and SUMO using the sumo-launchd.py and am able to track the vehicles.

The main problem is that I am not able to understand which routing protocol is used and where it is written in the VEINS package. This is my main concern because I cannot implement my own proposed routing algorithm unless I understand the protocol already existing.

Hope that I will get some sort of assistance

1 Answers1

1

In order to understand the demo application which is shipped with Veins and how to start building your own scenario and applications please read the following posts:

Julian Heinovski
  • 1,822
  • 3
  • 16
  • 27
  • Thanks for your help. But I am still not able to get how to implement a routing protocol in VEINS. For example, how can I implement the GPSR protocol? Where should i write the code for the protocol in VEINS? – Eshwar Prithvi Jonnadula Aug 15 '18 at 09:15
  • As https://stackoverflow.com/questions/46390016/how-to-getting-start-to-build-a-veins-application tells you, start with MyVeinsApp and add the functionality of your algorithm there. – Julian Heinovski Aug 15 '18 at 10:56