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/PLEXE simulator: how to use self-defined application

Currently, I am working on simulating platoons based on ETSI G5 standards in Europe. The framework I am using is PLEXE (an extension of VEINS) on Ubuntu 20.04 (VMWare). According to this pose, after defining my application (I assume .cc/.h files in…
Nguyen Huy
  • 45
  • 9
0
votes
0 answers

How do i get tripinfo and detector file when i use OMnet++ with sumo?

I would like to ask you some question about sumo and OMNet++. when i use the OMnet++ which will run sumocfg by itself,i cant get the detector file and tripinfo.I am doubtful of that.I would like to konw how to generate detector file and tripinfo…
Decem
  • 1
0
votes
1 answer

How to set number of cars and start/destiation point of cars in veins_inet?

I'm new to veins. After running veins_inet example, it was set 3 as number of cars and two places: destination point and start point where creating new cars and making cars disappear. However, I didn't find where to set number of cars and…
Veritas
  • 1
  • 1
0
votes
1 answer

How to obtain the size of the message in the vehicular simulator VEINS?

I am conducting experiments for vehicular networks using VEINS. One of my objectives is to obtain the size of the message generated by the protocol. After checking the message, I noticed that the size was fixed at 42 Bytes. how can I obtain the size…
Cleber
  • 23
  • 3
0
votes
0 answers

Plot RSS of propagation model of Veins

I want to plot RSS of propagation model of Veins (simple obstacle, two-way interference etc), how can i plot RSS is i possible to plot it through Omnet++? because i could not see RSS parameter in Omnt++ to be able to plot it directly via Omnet++ in…
Adel
  • 1
  • 1
0
votes
0 answers

Runtime error while running TraCIScenarioManagerForker

Runtime error occuring while running plexe example, saying Unknown parameter 'order' -- in module (veins::TraCIScenarioManagerForker) Highway.manager (id=5), during network initialization. How to solve this issue? I tried changing the ned file for…
0
votes
1 answer

What is the effect of changing the SEED in OMNET++ VS in SUMO for Vehicular Network simulation?

I noticed that setting the seed-set in the "ini" file for a Veins-OMNET++ simulation, will only affect the communication-related values by comparing different runs at a specific time. i.e. at a particular time for different runs, the vehicles'…
Fady Samann
  • 115
  • 7
0
votes
1 answer

Makefile error when building Veins project with Omnet++

I've built a number of projects with Veins on Omnet++ without issues at this stage, and I decided to implement CAM messages into a simulation. However, upon building I arrive at the following error: 12:41:23 **** Incremental Build of configuration…
user20301597
0
votes
1 answer

Too many vehicles in Veins simulation

I've adapted the basic example of Veins (Erlangen example) and extended the number of vehicles to 2500 in the rou file. Additionaly, I implemented some more accidents and rerouting. When I execute the simulation, there are not 2500 but 2510 vehicles…
0
votes
0 answers

Multi-lane accidents in Veins

I would like to create accidents that block all lanes of the respective direction of the road and not just the lane the vehicle is on. I tried changing the lane change mode but that can only prevent cars on the same lane from passing the accident.…
0
votes
0 answers

Veins -- Encapsulation of BSMs MAC frames and further MAC frames are encapsulated by AirFrame11p signals -- Omnet++

I am new to Veins and Omnet++ and currently working upon a simulation senario. I have successfully setup environment and run veins 5.2 demo application - Erlangen example. I am trying to understand how the messages are encapsulated and flow of…
0
votes
0 answers

How to calculate average waiting time of nodes in OMNet++?

I'm using instant veins 5.2, sumo 1.11.0 and OMNet++ 5.7 to simulate V2I communication between vehicles and RSUs. Is there any way to get results as to the average waiting time of vehicles - nodes during a planned accident? The problem is that for…
0
votes
1 answer

Problem with message serializer in veins_inet simulation

I'm attempting to customize the veins_inet project (I have implemented a custom SUMO map and about 10 nodes. This simulation runs fine without the additions I present here), and in particular send a message containing the speed to each vehicle at…
user20301597
0
votes
0 answers

Record message in Pcap recording with Inet

In the veins_inet sample application there exists a sample message that is sent to nodes upon a node getting into an accident. The sample message contains one piece of information which is the RodeID. I have implemented Pcap recorders onto each node…
user20301597
0
votes
0 answers

How to get Throughput and Delay in the results?

I ran a simulation of the VEINS example in OMNET++ and in the results window under browse data, I cannot see the option of throughput or delay. What should I add in the code to include these in the results? I there any other module I should add? If…