0

I need to build a scenario from scratch. Two vehicles moving on a straight road. There is a single rsu. The rsu brodcasts the speed value every 10s. Vehicles should slow down to reach that value.

My question is can i consider the msg as a beacon? If yes, how can i set the beacon msg in the rsu application? And if no, how to implement such scenario

Rehab11
  • 483
  • 2
  • 7
  • 16
  • Could you add a little bit more context to your question? It is quite hard to answer without understanding what you want to achieve – Christoph Sommer Oct 09 '17 at 12:27
  • I am just learning what is beacon and how messages are exchanged between nodes. So I imagined that scenario, The RSU keeps sending the speed value that vehicles shouldn't exceed. – Rehab11 Oct 16 '17 at 23:55

1 Answers1

5

You can have a look at the following answered questions, since they are somewhat similar to your question or at least give you some insight in how messages between vehicles are handled in Veins.

Please note that you should get a basic understanding of how OMNeT++ works first. You can use the TicToc tutorial to do that.

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