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
1 answer

How to send a message from the RSU to a car at a specific time (omnet++, veins, sumo)

I'm using omnet++ (v5.6.2) and veins (v5.1) for the first time and I'm trying to send a message from the RSU to the first car (node[0]) at a specific time during the simulation. My main goal is to create a way to immediately stop the car when the…
Christina
  • 70
  • 7
0
votes
1 answer

veins_hetvnet project path and variable error

I imported this recommended project into OMNeT++ to find out how to combine 80211p and LTE communication in my simulation. It's recommended to use Veins 5.0-alpha2, OMNeT++ 5.5.1, INET 3.6.5, SimuLTE 1.0.1 for this project. But I'm using Veins 5.0,…
Minwoo Kim
  • 497
  • 1
  • 5
  • 21
0
votes
0 answers

Running OMNeT++ simulation in release mode

I have problems simulating release mode. I have a project referencing Inet, Veins, and simulte. The project works fine in the debug mode, the simulation ends, and the results are correctly saved both in Qtenv and Cmdenv. I'm using the IDE, and it…
0
votes
1 answer

Store positions from different recieved pakets at the same time

I am using instant veins and I want to implement my scenario where I compute if there is a collision between two nodes, I need to recuperate the position from the two nodes at the same time. I used getPosition of the received packet to find the…
chaimaz
  • 31
  • 1
0
votes
1 answer

Can SimuLTE and 80211p be used together in veins?

After looking through the list of modules on the official Veins website, I found that Veins-LTE is no longer in use and will be replaced by SimuLTE. So, I imported SimuLTE into OMNeT++ and looked at the source code. However, it is questionable…
Minwoo Kim
  • 497
  • 1
  • 5
  • 21
0
votes
1 answer

How to calculate route using Veins

I am trying to create a function to calculate a route based on two arguments/roads (begin and end). The function should return a list of edges that compose the route. I know that exists a findRoute() function in the sumo, but I think that it was…
Edson Mota
  • 11
  • 5
0
votes
0 answers

Reception started: not attempting while running veins_inet example

I am using new version of veins and inetmanet 4.2. The example of veins and inetmanet work but at the example of veins_inet the message not received and I don’t know why. Any help would be greatly appreciated.
ProfB
  • 1
  • 1
0
votes
1 answer

Cannot open output scalar file in OMNeT++ and Veins

I am using OMNeT++ 5.5.1, veins 5.0 and SUMO 1.7.0 to simulate a highway having six lanes in total (3 lanes in each direction). I am simulating the network with different number of vehicles (e.g., 50, 100, 150, 200) that I am generating from…
Yasir Saleem
  • 145
  • 1
  • 1
  • 12
0
votes
1 answer

How to implement AODV and GPSR protocols based on 80211p?

I implemented AODV and GPSR protocol existing in inet module on the senario network existing in veins-inet subproject.so, how to implement them based on 80211p ? In other words , i want to use the upper layers of INET and lower layers of Veins? I am…
Dalia Adly
  • 53
  • 6
0
votes
0 answers

Error ueAppIdToMeAppMapKey entry not found

I'm working on mec veins scenario (simultemec) , the original script has 3 UEs, I added one car ( the car have UE type) and I got this error (The simulation run for some time, and then this error have appeared) : VirtualizationManager::stopMEApp -…
chaimaz
  • 31
  • 1
0
votes
1 answer

Bus stops and routes in SUMO

I recently started using SUMO traffic simulator and I am trying to simulate an intermodal network. I've been able of launch a simulation with cars and buses using vTypeDistribution and randomTrips.py. Now I am trying to simulate a realistic public…
0
votes
1 answer

The difference between [*] and [*0] in veins?

I know that [*] represents all vehicle, but what's the meaning of [*0] in OMNeT++? *.node[*0].veinsmobility *.node[*].veinsmobility
666666
  • 37
  • 4
0
votes
2 answers

How to create/generate vehicles from veins instead of SUMO

Currently, I am generating vehicles from SUMO and importing into veins. However, now I want to use large number of vehicles (from 100 to 1000) and I want their random generation (e.g., random start time and random speed). Can anyone help that i) how…
Yasir Saleem
  • 145
  • 1
  • 1
  • 12
0
votes
1 answer

Assign output directory with command

Is there an option to change output directory when run simulation with ./run -u Cmdevn? Thanks. BR. PZ.
0
votes
1 answer

Error while inserting vehicles from Sumo .rou file using PLEXE

I am trying to insert regular vehicles and platoon vehicles in a specific time step in a scenario by using SUMO and Plexe. I am using Sumo 1.2.0, Veins 5.0, Omnet++ 5.5.1, Plexe-3.0a2 versions. As plexe documentation points i have to change the…
TZerK44
  • 28
  • 4