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
2 answers

How to deploy 10 individual cars in Veins rather than changing the numbers in XML file

I am looking to deploy 10 cars in veins and how to connect each car. Is there any example in the veins tutorial?
KISHPDLK
  • 1
  • 2
0
votes
1 answer

Runtime errors on using veins and veins_inet content on same simulation

Ubuntu - 20.04 , Omnetpp - 5.5.1 , veins - 5.0 , Sumo - 1.6.0 , Inet - 3.6.7 I'm doing a project where I want to create a DSRC based and wifi based vehicular simulatons in the same simulate environment (same project). I tried to get RSU and the Car…
0
votes
1 answer

Parameters to communicate between car node and standard host in omnet++

I want to communicate between a car node and standard host node. I'm using veins_inet car node. when I run my simulation, alot of parameters are asked e.g. analomodel,x- axis, y axis etc. What parameters should I insert in my ini file.? What should…
Mad
  • 23
  • 3
0
votes
1 answer

calculating distance between vehicles and setting speed so the distances remain the same e.g 5 meters

I am using veins 5.0 and i am trying to calculate the distance between the vehicles and setting their speed. I want to calculate it every second and i want to do it by sending wsm messages.My goal is to have for example 5 vehicles, each vehicle will…
ChrisK
  • 1
  • 2
0
votes
1 answer

Omnet++ issues running veins_inet example- undefined reference

This question is similar to Veins_inet: undefined reference to `__imp__ZTVN5Veins17VeinsInetMobilityE' when building in OMNet 5.1.1 I am running the latest versions of Veins, Sumo, Omnet, and Inet at the time of posting. I have created a project to…
Riley K
  • 363
  • 3
  • 17
0
votes
1 answer

veins omnet customized map and osmWebWizard export

I am using latest version of veins. I have been playing it with for a while and understand the basics now. I followed tictoc tutorial for omentpp, but I still couldn't figure out how to solve the following probelm: What should I set the…
0
votes
1 answer

VehicleObstacleShadowing configuration for Veins

How should I configure VehicleObstacleShadowing in the config.xml file in VEINS? I could not find an example so asking here for experts to shed light on it.
Raashid
  • 149
  • 9
0
votes
1 answer

Simulation veins-run has encountered a problem. Simulation terminated with exit code: -1073740940

I use Omnet++ 5.4.1 Veins 4.7.1 and Sumo 30. My simulation works well and generates the right output But when the simulation time runs end or I stop the simulation, it shows the following error: simulation veins-run' has encountered a problem.…
Faezeh
  • 1
  • 4
0
votes
1 answer

Change the color of the vehicle after reception of a beacon from RSU?

I am very new to Omnet++, SUMO and Veins. I am trying to make a simulation where, I transmit beacon from RSU every 10s and after the reception of the beacon the color of the car should change. I have generated beacons by making changes in…
Nehal
  • 17
  • 4
0
votes
1 answer

OMNeT++ simulation stuck at initializing

I was running my simulation in OMNeT++ 3 months ago, and now that I've tried to launch it, it says initializing and it's stuck. The only "error" I get is the java.lang.runtimeError which doesn't really say much. Even that error doesn't pop up, you…
Fledzy
  • 1
  • 1
0
votes
1 answer

In veins 5.0, no BaseWaveApplayer class any more?

I only find DemoBaseAppLayer in the project, but BaseWaveAppLayer in the veins 5.0 framework. It is inconsistent.
0
votes
1 answer

How to convert a string-type position to a Coord-type position?

In my work a txt file is read, among the data in it, there are geographical positions of the vehicles. Due to a problem I am having at the time of reading this file, I want to read this information as the string type, but I need to store the…
campos
  • 153
  • 2
  • 12
0
votes
1 answer

what are the hardware requirements to perform an important simulation using OMNT++ & VEINS?

Under ubuntu, what is the hardware(I will buy a Laptop) configuration required to simulate city scenario represented by a 24 hour mobility dataset that covers a 400 km2 (using OMNT++, VEINS and SUMO).
TALBI
  • 1
0
votes
1 answer

How to reduce the number of collisions?

I am developing a routing algorithm for the vehicular network. However, some collisions are preventing resend of the message at times. I would like to know if in VEINS when there are collisions, if it relays messages automatically if any feature is…
campos
  • 153
  • 2
  • 12
0
votes
1 answer

Replace RSU with a node based router in Veins

I want to replace RSU with a node based router. Any direction or procedure that how can i replace the RSU with a router to perform my test-bed. Thank you very much for your help, really I'm stuck here. Note: I'm doing the project referencing of…
Mad
  • 23
  • 3