I am trying to learn how to use Veins and Omnet++, so forgive any glaringly obvious oversights. I was able to successfully run the example program, and I managed to create a custom SUMO vehicle simulation, but I cannot figure out how to incorporate messages between cars and/or the RSU. Basically, I want to just create a simple network between a couple of vehicles and an RSU that can send/receive messages. Nothing fancy.
I am using omnet++ 5.5.1, sumo 0.32.0, and veins 4.7.1. I already worked through the Tic-Toc tutorial and ran the example scenario provided with Veins. Over the past week, I have spent hours digging through online forums and youtube tutorials, but I have yet to find a single clear example of how to establish a simple connection and send messages between a couple of vehicles and/or an RSU. Digging through the example code is confusing, because I cannot find anywhere where messages are actually sent. I did look at car.ned and RSU.ned, but I don't see any sendMessage() or recieveMessage() functions. Any advice would be greatly appreciated.