In this post, we will see how to resolve Timer-based sending of message Question: I want to implement a timer-based message scheme in VEINs/OMNeT++. Here is a scenario: one node sends message to many nodes (let’s say 5 nodes). Each ...

Question: please suggest how to use pybind11 in omnet++ projects like veins. I am getting compile time errors. I can see so many posibilities with python being used in omnet++ simulation tool. I tried this link Windows/Cygwin – Can’t use ...

Question: I’m working with inet and veins in omnet++, when I build inet project, there is always an error like the following in the console: I can not understand how to solve the error. I tried to run ./configure then ...

Question: Using the veins framework and the Omnet++ simulator, how do I get the RSSI value (RSU side) from the message sent from a vehicle? I need to locate this vehicle using this RSSI value. How to send multiple messages ...

Question: I created a new safety messsage that is extended from the DemoSafetyMessage: I include this new message into the MyVeinsApp application and pass it to the onBSM function in both the .cc and .h files of MyVeinsApp. However, I ...

Question: I am using veins version 5.2, omnetpp5.7, Eclipse SUMO Version 1.4.0. I am trying to implement a simple platooning of 3 vehicles following this tutorial: http://cse.iitkgp.ac.in/~soumya/micro/t2-4.pdf I followed exactly the same steps and the communication between the vehicles are ...

Question: I tried to establish a connection through TRACL command in the TRaCICommandInterface.cc and TraciCommandInterface.h (SetAcceleration) This is my code in the cc file: and in the .h file: and Im getting this error: A runtime error occurred: TraCI server ...