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

Disabling Re-routing of vehicles when running Veins Example Scenario

Dears, These days I am doing a research secnario with Veins. As a first step, I am going to run the example veins scenario with vehicles re-rerouting option and without re-routing when accidents happen. Is this possible? Will it possible with…
0
votes
1 answer

Veins LTE Omnet++ Error

I have successfully run the example veins LTE sceranio on Ubuntu 14.04, Sumo-0.22, Omnet++-4.6 using the command ./run (no debug) The heterogeneous.rou.xml file has more nodes marked as comments. When I add some new nodes from this file I get an…
george ch
  • 23
  • 6
0
votes
1 answer

OMNET++ : Working with VEINS, INET and MIXIM

I need to implement an adaptive routing protocol using OMNET++ Is the sub module channel control still available from the INET framework because I cannot find it. Thus I have installed MIXIM. Can I work with Veins to connect SUMO and OMNET, and INET…
user6180872
0
votes
1 answer

sumo-launchd is still missing from inet-3.0.0 to later release for VANETs simulation

currently I am trying to simulate the existing MANET routing protocols (AODV, OLSR, GPSR, etc.)for VANET using OMNeT++-4.6, INET-3.2.3, and SUMO-0.25.0 for the simulation. But I have noticed that sumo-launchd.py such as Traci Mobility is missing…
Habib
  • 13
  • 3
0
votes
1 answer

Custom message to be used in TracIDemo11p in OMNeT++, Veins project

In a project, I have to use a custom beacon message. The parameters it require, differ from the parameters that are in WaveShortMessage. I defined .msg file and was able to generate _m.cc and _m.h files. To use custom message in TraCIDemo11p, I…
0
votes
1 answer

Changing length of WAVE message(VEINS/OMNET++)

How to change the length of the WAVE message. Method setWsmLength doesn't work. From the answer in here I gather that it is not possible, as the functionality is not implemented in WAVE. But the answer provided is very vague. It asks to create a…
dutu
  • 15
  • 4
0
votes
1 answer

Resolving NED Path issue Veins/Omnet++

I am working with veins. I needed to change the default behavior of BaseWaveApplLayer. Rather doing in file changes, I created a second application file with the name MyApp. I added MyApp.cc, MyApp.h, MyApp.ned files. Then I duplicated…
dutu
  • 15
  • 4
0
votes
1 answer

running veins on my own example is not working

i am working in VANET. the veins, sumo and omnetpp interconnection worked for me as veins tutorial. but when i try to replace erlangen(veins exmple by my own map.osm of sumo results ( map.launchd.xml,map.net.xml,map.osm,map.poly.xml, map.rou.xml,…
0
votes
1 answer

Class "Veins::ObstacleControl" not found

I have followed step by step the tutorial to install Veins, but when I tried running the example scenario (final step) I ended up with the above error. The whole error was: Error in module (cModule) RSUExampleScenario (id=1) during network …
Fitz
  • 570
  • 1
  • 5
  • 23
0
votes
1 answer

How to measure channel idle time in veins?

I need to calc the channel idle time in the Mac layer. I use veins-4a2.
0
votes
1 answer

Implementing different stages in Veins Omnet++

I want to implement GPGR protocol in Omnet++ using veins framework. But the problem is I am unable to understand the 2 stages of veins and what are they used for? Can anyone guide me please
diksha
  • 1
  • 1
0
votes
1 answer

Debugging runtime differences from the same code base

I'm currently using the VEINS library and simulation package to do some experiments. Because these have a very long run time, I'm trying to use the university cluster servers (KITE 2.0/RHEL6.6/Lustre 2.5.29.ddnpf3) -- however, I've now encountered…
0
votes
1 answer

send function as a message in omnet

I am using Veins 4a2 in omnet++4.6. I would like to send the information contained in a function as a message to the neighbor nodes. How can achieve this? the function in .cc looks like this: void TraCITestApp::append2List(short carId, short…
Zecar
  • 29
  • 7
0
votes
1 answer

How to analyse path-loss in omnet++ for veins example?

How can i analyse the path-loss in veins, during the communication between two nodes. I looked through the analogue modules files and found that simple path-loss module is used but i don't know how this module could be used to accumulate the…
0
votes
1 answer

NED path error while running Veins/Omnet++ simulations on Ubuntu Server

I have setup a Linux server to run veins/omnet++ simulations on it. The main reason I am doing this is to decrease simulation time. The server is running Ubuntu Server 14.04.3, OMNET++ 4.6, SUMO 0.22.0 and VEINS 4a2. After installing OMNET and SUMO,…
aaa
  • 435
  • 8
  • 22