-2

i have a graduation project with the title " congestion avoidance in VANet" , i found a good book which has a lot of congestion avoidance techniques (link of this book), now i have a problem of how can i make a good algorithms of these techniques, and how can i implement at least two of them , i took a look at many veins classes like TraCIScenarioManager and TraCIMobility but i found them so complicated and i didn't know from where should i start !

siseddik
  • 23
  • 4
  • Have a look at https://stackoverflow.com/questions/46609196/building-my-own-veins-scenario/46647841#46647841 and feel free to up-vote, if it helped you. – Julian Heinovski May 28 '18 at 17:33
  • yes it helped me a little but i am really newbie with c++, and i would be so thankful if you could take a look on those techniques listed in the book, and help me to implement two of them on `MyVeinsApp` class , and thank you so much sir ! – siseddik May 28 '18 at 21:52

1 Answers1

1

Start by doing the TicToc tutorial to learn how OMNeT++ works. You just need basic c++ knowledge. Then have a look at the example provided in Veins and the link I posted in the first comment. You now should have a good understanding of how Veins works. Hence, you can start implementing the techniques into MyVeinsApp. I suggest to use the original publications of those techniques, though.

Julian Heinovski
  • 1,822
  • 3
  • 16
  • 27