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

How can I get a traffic light that exists in sumo and change its phase in veins?

In sumo, my simulation has a traffic light called 539320442. I want that a RSU (that exists in veins) changes this traffic light's phase. So I created a Trafficlight variable in the TraCIDemoRSU11p.h as it…
pb772
  • 539
  • 1
  • 3
  • 14
-1
votes
1 answer

Coding error on BaseMacLayer

When building the Veins (Version:4.4) on Omnet version omnetpp-5.1pre2-src-windows, I get the following error output: **19:58:05 **** Incremental Build of configuration gcc-release for project veins **** make MODE=release all make[1]: Entering…
Sia
  • 1
  • 2
-1
votes
1 answer

Veins: info getAngleRad() method

Goodmorning. I'm using Veins v4.4 and I would like to understand which is the angle returned by getAngleRad() function in TraCIMobility.h Thanks for helping
FMA
  • 33
  • 1
  • 7
-1
votes
1 answer

Veins : TraCIMobility::getSignals() method information

Good afternoon. I'm using Veins v4.4 and Sumo 0.25 with Omnet++ v4.6. I was trying to get information about brakes and blinkers: I've found the VehicleSignal field in TraCISCenarioManager.h and the getSignals() method in TraCIMobility.h , but as…
FMA
  • 33
  • 1
  • 7
-1
votes
1 answer

Including c files in .msg files (Veins)

I'm trying to implement a BSM in Veins 4.4. In order to reach this purpose I would like to import my libasn which are C files (.c and .h ) in the WaveShortMessage.msg in order to populate the BSM. I tried to import them as follows: #include…
FMA
  • 33
  • 1
  • 7
-1
votes
1 answer

What are the steps used to generate the Erlangen map?

I have imported a .osm file from QGIS and then I used sumo-0.22.0 to generate .net.xml ; .poly.xml and .rou.xml files since I use Veins-4a2. When I simulated the scenario of Veins, the application layer of RSU did not executed. So I need to…
Fariha
  • 497
  • 1
  • 5
  • 13
-1
votes
1 answer

change the pseudonyme with veins 3.0

I installed Omnet ++ 4.6, Sumo 0.21.0 and Veins 3.0 to simulate vehicle mobility. I read the existing tutorials of Omnet ++ in the website. I work on anonymity and privacy in vanets but for simulation, I don't know how to proceed; - how to display…
-1
votes
1 answer

How to run veins simulation on omnet++?

So I am new to veins and I am trying to learn how to use this framework. I started following this tutorial http://veins.car2x.org/tutorial/ I reached the last step and everything was working fine. In the last step and when i tried to run the veins…
Sara Hamad
  • 645
  • 1
  • 6
  • 12
-1
votes
1 answer

How I get junction Ids in veins-4.4? Which methods I must use?

I am using veins4.4 and sumo-0.25 and omnet4.6, I can't see CommandGetJunctionIds() or GetIdsList() methods in this version. These methods have used in older versions. In veins-4.4 , which methods I must use to get junctionIds?
cngtwnt
  • 1
  • 1
-1
votes
1 answer

VANET in OMNET++ and Veins: the beacon message? Vehicles and RSU coverage?

I am working on Veins framework, inside OMNET++. I need to know: 1) If the beacon message sending by a vehicle also sent to the RSU? 2) The maximum number of vehicules covered by a RSU? 3) Which correct SUMO version that work correctly with VEINS…
Nacer
  • 1
  • 5
-1
votes
1 answer

Network setup and class "Veins::ObstacleControl" not found

I will be grateful if you help me to figure out my problems with veins: I successfully installed veins 4a2 and sumo 0.21.0 and Omnet 4.4 , the simulation example works fine. Next, I imported Crypto++ 5.6.3 in the workspace as a new project under…
-1
votes
1 answer

Transmission of vehicular status in Veins

I want to transmit a given car's vehicular data such as it's vType, instantaneous speed and position to a RSU in a scenario in Veins. How can I obtain the data from SUMO and send it through MiXiM methods to an RSU node?
AayDee
  • 181
  • 12
-2
votes
1 answer

Assign object even though assignment operator is implicitly deleted

I'm working on an assignment that uses OMNeT++, Veins/Sumo. Although my question is not completely related to it, it might add some context. I'm familiar with programming, but having a little bit of trouble wrapping my head around the whole The idea…
YourivdHeuvel
  • 97
  • 2
  • 8
-2
votes
1 answer

Chnage or Update the route at run time in Veins SUMO in xml file

Please tell me any one knows about that How to update or change the route file at runtime in veins SUMO?
-2
votes
1 answer

Regarding IP address of SUMO server

I want to know the IP address to access SUMO ? Due to company's firewall policy, in order to access SUMO, I need IP address information. Thanks a lot, in advance. BR, Jongseob Baek