Questions tagged [veins]

Veins is an open source framework for running vehicular network simulations.

Veins is an open source framework for running vehicular network simulations. It is based on two well-established simulators: OMNeT++, an event-based network simulator, and SUMO, a road traffic simulator. It extends these to offer a comprehensive suite of models for IVC simulation. See the official website for further information.

651 questions
-3
votes
1 answer

veins/sumo "hello world" example explanation

I have run the Veins/sumo "hello world" example successfully, now I am digging into its code so I can get some basics before writing my own scenario, the problem that I can't find where is the code responsible for creating the nodes (cars) and…
-3
votes
1 answer

Keeping the same vehicles in the map

I wanted to simulate attack in VANET so I used SUMO and OMNETPP but in sumo when the car reaches the end of the path the car disappears, and i need it to stay in the map during the whole simulation, in order to complete specific attack in OLSR…
Ben Kalifa
  • 17
  • 4
-4
votes
1 answer

couldnt run veins examples

I have omnet 5.0 sumo 0.25.0 veins 4.4 When I want to run veins examples I have this error: connection to traCI server lost and this is my mingwenv code: -1 1517688754
neda
  • 1
-4
votes
1 answer

Change vehicle target method

I created a method changeTarget in the TraCICommandInterface.cc file where I used the chageTarget TraCI command to change the destination. I want to know whether it is a correct implementation or not and also if the nodeId mentioned in the method is…
Tapu
  • 25
  • 5
-4
votes
1 answer

How to use matrix library in omnet

I want to do matrix manipulation of the received data from the neighbor nodes using VEINS. So is there a matrix library in omnet? How can I do the matrix manipulation in omnet?
Zecar
  • 29
  • 7
-5
votes
1 answer

How can I stop whole application after a car arrives at destiny

The title is pretty self explanatory. I need to kill the whole simulation after a car arrives at his destiny, disregarding everything that happens next. How can I achieve such goal?
1 2 3
43
44