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

OMNeT++ & Veins steady state vehicle density

I want to keep a constant number of cars in my (long) simulation (OMNeT+Veins). I do not care about mobility that much so i could probably use the Veins in-built function *.manager.numVehicles = 100. The thing is that if i do not specify…
5
votes
2 answers

How to access TraCI command interface from TraCIDemoRSU11p in Veins Car2X simulator?

I want to access the command interface of TraCI from the application layer of RSU model in Veins Source for OMNet++. But I am unable to find so. Can anyone please help me do so? Please note that I am not having TraciMobility as parent module in case…
5
votes
4 answers

Analysing and Plotting OMNET++ results

I have run a VEINS/OMNET++ simulation using Cmdenv. Usually I used OMNET++ IDE to run simulation and would analyze the results within IDE. But now the results are on a server, is there any easier(convenient) way to analyze the results without…
aaa
  • 435
  • 8
  • 22
4
votes
1 answer

How is the number of vehicles determined? In Sumo route file or in omnetpp.ini?

When using veins as the framework coupling SUMO and omnet++, how is the number of vehicles determined? I know in the SUMO route file, we can put the number of vehicles in the flow tag. For example,
J.G
  • 190
  • 3
  • 13
4
votes
2 answers

Veins Multiple Applications in multiples Vehicle types

in my simulation using OMNeT++, Veins, and SUMO i want run multiple applications according to their vehicle type, as specified in the .rou.xml file using type="XXX" For example: runs APP_private (using something…
4
votes
0 answers

RXTXLostPackets count is non zero even when allowTxDuringRx=false

I am using veins4.6 with sumo 0.30 and omnet++5.1.1 in ubuntu 14.04. I have created a custom network with a cross(one intersection with 4 roads) and ran the simulation with 200 vehicles. I did not observe this behaviour for 4vehicles. I have seen it…
rajeswar
  • 77
  • 5
4
votes
2 answers

About vehicle number in VEINS

I modified the erlagen.rou.xml using duarouter to get the random routes for the vehicles. It looks like this:
user6126858
4
votes
1 answer

getSenderPos() function removal from the new versions of VEINS

Maybe I am wrong, but I noticed that the function getSenderPos() was removed/moved from WaveShortMessage to BasicSafetyMessage in versions 4.5+ With version 4.4 - I was using getSenderPos() to calculate the distance between the 2 nodes, but was…
user629034
  • 659
  • 2
  • 11
  • 30
4
votes
1 answer

WSM priority in ECDA implemented in Veins's MAC layer

I am sending four WSM messages at once from the application layer to MAC_11p in veins. WSM messages are sent on CCH channel in the following order (priority is shown in parenthesis). wsm(3), wsm(3), wsm(1), wsm(2) Based on the access category in…
ManiAm
  • 1,759
  • 5
  • 24
  • 43
4
votes
2 answers

Changing WSM(WAVE Short Message) packet size in Veins

Does setting length of WSM via setWsmLength or adding a large payload via setWsmData makes any difference during simulation? I am trying to simulate a heavily used network, but changing any of those two values doesn't seem to make any difference. I…
user5965248
4
votes
1 answer

Using a subset of a SUMO scenario for OMNeT++ network simulation (with VEINS)

I'm trying to evaluate an application that runs on a vehicular network using OMNeT++, Veins and SUMO. Because the application relies on realistic traffic behavior, so I decided to use the LuST Scenario, which seems to be the state of the art for…
3
votes
1 answer

Is there a way to connect multiple TraCI modules to the OMNet++/veins simulation?

To launch any veins simulation veins_launchd daemon is used. It basically takes the sumo config file, finds an unused port, starts sumo and bridges the connection between sumo and OMNet++. Now as this is a socket-based communication, I want to…
3
votes
1 answer

Veins Attempted to read past end of byte buffer

I am using instant veins with simulte, I created my own scenario that includes vehicles and pedestrians. When I tried to run my simulation, I got this error: Attempted to read past end of byte buffer -- in module ( veins::VeinsInetManager) I don't…
chaimaz
  • 31
  • 1
3
votes
0 answers

veins examples cannot load library

I'm a master student beginner in simulations with omnet++. It's my first installation of omnet + veins + sumo for IVC simulations. I follow the veins tutorial I have omnet 5.5.1 sumo 1.3.1 veins 5.0 When I want to run veins examples I have this…
3
votes
1 answer

write OMNET++ output to a text file

Greeting All, I have two questions regarding OMNET++ output results 1- I have a simulation that uses AODV routing protocol in VANET network, but when I record pcap for this simulation, it's shown as corrupted or damage even when I spill it to multi…
Alia
  • 71
  • 9
1
2 3
52 53