I already have SUMO, OMNET++ and Veins running on my machine, but I am new to Veins. I would like to run Python scripts using Veins framework.
Let us say in the Python script we are given two objects object_A
and object_B
that contain data about the corresponding cars car_A
and car_B
. I would like to enable some exchange of information between the object_A
and object_B
based on the scenario happening in Veins. Could somebody explain to me, how can I accomplish my goal or point me to the corresponding literature?
I found this repository where Python and Veins are combined, but I cannot make sense of it.
Thank you!