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.

786 questions
0
votes
0 answers

Veins onWSM is not getting called for RSU Omnet++

I am a new bee working upon Veins5.2 and Omnetpp-5.6.2 version. I am working upon a simulation scenario in which an emergency vehicle (an Ambulance e.g;)is passing by and RSU has to send a stop message(beacon or WSM) to normal passenger…
0
votes
0 answers

OMNet ++, SUMO and Veins with or without INET

I just successfully accomplished the Veins (with OMNet++ and SUMO) tutorial (http://veins.car2x.org/tutorial/), but noticed that it did not use INET. Other YouTube tutorials on Veins use INET with Veins, almost as if it is a given. What is the…
0
votes
0 answers

Implementing Inet cars into Veins example simulation

I've got the Veins example simulation up and running (on the preset Erlangen map), and also the Veins_Inet subproject functions as it should (a square track with 3 nodes and signal broadcasts between each upon accident). What I would like to do is…
user20301597
0
votes
1 answer

Error in Simu5g and Veins5.2 make on the Omnetpp IDE

I am getting the following error in Simu5g make on Terminal. libsimu5g.so file is not build at the end. Creating shared library: ../out/clang-release/src/libsimu5g.so ld.lld: error: unable to find library -lINET clang: error: linker command failed…
0
votes
1 answer

Customizing messages in omnet++

I am quite new to omnet++, veins and SUMO.I am trying to send customized messages between RSU and the nodes. I am not able to understand how do I customize the message. When I want the message to be seen in the events log window while simulation. I…
0
votes
1 answer

Cannot find serializer for VeinsinetSampleMessage

I am attempting to implement a PCAP recorded into the Veins_Inet example simulation to export a reading from each node for each event. However, the above is the error I am getting when running the simulation. How do I find such a serializer? This is…
user20301597
0
votes
0 answers

The message delivery rate decreases as the number of nodes in a v2v communication increases

On my simulation, the are several nodes that are trying sending some message to a fixed RSU, I implemented a v2v communication, where the node send the message just to nodes that are closer to RSU. But sometimes, there are not nodes available to the…
0
votes
0 answers

How to get Fuel Consumption results in a vehicular network in omnet++?

When we run a simulation and check the results folder, we can see CO2 emission data for each vehicle. Likewise, can we get fuel emission data for each vehicle as well?
0
votes
0 answers

I m getting these errors in installation of veins in Omnet++ while doing the build project of Veins. Currently I m using Omnetpp-6.0.1 version

Following are the errors I am facing while Build Project ` error: unable to load '../out/gcc-debug/src/libveins_dbg.dll.a': No such file or directory make[1]: *** [Makefile:217: ../out/gcc-debug/src/libveins_dbg.dll] Error 1 make[1]: Leaving…
0
votes
1 answer

Timer-based sending of message

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 node after receiving message sets its timer to broadcast message to other nodes in a network basing…
bettyn
  • 25
  • 4
0
votes
0 answers

Not able to run veins scenarios, missing .h file

Hey while looking for examples scenarios for veins I found https://github.com/zastito/veins_scenarios this git repository. While trying to run it I got an error message saying a module could not be found. So i searched the files and folders where it…
Bardowing
  • 1
  • 1
0
votes
0 answers

In Veins can we use two environment models at the same time?

Hope you are doing great, I have a following query, In Veins simulation, can we use/activate two environment models at the same time in the config.xml file? such as "Two Ray Interference" and "Obstacle Shadowing" together to get reflections from…
Mateen
  • 21
  • 2
0
votes
1 answer

download instant veins 5.1i2

I've tried to download instant veins 5.1i2, but after going to this link https://veins.car2x.org/download/ I couldn't find it. How can I access the old version?
F_A
  • 3
  • 2
0
votes
0 answers

building project veins_inet Build Failed. 6 errors, 0 warnings

I am using Omnet++ 5.6.2 and when I import veins-5.2 and inet-4.2.2 and build veins_inet it gives me the following errors: ../out/clang-debug/src/veins_inet/VeinsInetManager.o:(.rdata+0x2610): undefined reference to virtual thunk to…
N-Hus
  • 1
  • 1
0
votes
0 answers

How to control the propagation range of signals in a Mode4

How to control the propagation range of signals in a Mode4 instance of the source code provided in OpenCV2X-Mode 4.