Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
84 views

I'm new to OMNeT++ 6.1 with INET 4.5. I wanted to create a .msg file where I import the TagBase from inet.common.TagBase. I referenced inet4.5 in Properties -> Project References but it can't ...
Henzer's user avatar
  • 1
0 votes
0 answers
28 views

I tried to replace the SUMO files in the Veins Erlangen example, which normally works fine, by using my own SUMO map and routes. I can see the vehicles in the SUMO GUI, but no vehicles appear in OMNeT+...
Amira Chriki's user avatar
0 votes
0 answers
42 views

Can I model an Ethernet Switch or an Ethernet PHY (Physical unit) in OMNET++ without installing the INET framework? I am expecting that Ethernet PHYs can via OMNET++ be modeled without INET as it only ...
Thawra Kadeed's user avatar
0 votes
0 answers
27 views

I am currently trying to run the dtnsim project on omnet++ 5.5.1. However, during execution, it reports that the NED cannot find the Central class. I have specified Central with @class and have ...
KIMSEOKJOO's user avatar
0 votes
0 answers
29 views

I am trying to understand the way Castalia uses the temporal model file. I know that depending on the previous value of the signal and the time passed since then it chooses a value from the ...
Christos Giachoudis's user avatar
0 votes
0 answers
67 views

I'm trying to install FloRa on OMNet++ but getting this error 16:20:44 **** Incremental Build of configuration debug for project flora **** make MODE=debug all make[1]: Entering directory '/d/omnetpp/...
BlackPanther26's user avatar
0 votes
1 answer
52 views

I have came up with these errors when building up veins in an omnet++ workspace. Here is what I did: create a new workspace 2. import veins 3. build the project Then I got these errors regarding ...
W.zhou's user avatar
  • 3
0 votes
0 answers
43 views

I want to apply CBS again to each flow within the SR_A class before performing CBS. To achieve this, I am attempting to add a submodule to the IEEE8021qTimeAwareShaper.ned file, where the additional ...
user27337936's user avatar
0 votes
1 answer
56 views

I am using OMNeT++ 6.1, and after installing the INET4.5 through the IDE, I am encountering an issue where a yellow exclamation mark is displayed next to the INET framework in the project tree. This ...
Hafidh Ichwansyah Yahya's user avatar
0 votes
0 answers
38 views

I have created a network of nodes in OMNet++. I have defined in Network.ned: visualizer: <default(firstAvailableOrEmpty("IntegratedCanvasVisualizer"))> like IIntegratedVisualizer if ...
Nishani Kasineshan's user avatar
0 votes
0 answers
55 views

void NetBuilder::buildNetwork(cModule *parent) { const char* xmlPath = par("xmlConfig"); cXMLElement* xmlRoot = getEnvir()->getXMLDocument(xmlPath); if (xmlRoot == nullptr) { ...
Sky's user avatar
  • 23
0 votes
1 answer
54 views

I am unable to access anything in OMNeT++ Qtenv when running a Veins simulation. I don't know the exact reason for this, but it started when I first tried to inspect a vehicle's internal communication ...
Farhan Khan's user avatar
0 votes
1 answer
80 views

I'm trying to simulate a c-v2x scenario in Omnet++ 6.0.3, Veins 5.2, Inet 4.5 and Simu5G. My SUMO version, as in the title, is in 1.21.0. After building my project and running the Scenario with sumo-...
Eduardo Natividade Pinese's user avatar
0 votes
0 answers
52 views

The event "ProsumerNetExtraLarge.schedulerModule (MosaikSchedulerModule, id=3)", after proceeding right with its time for a long period of the simulation, suddenly skips a huge amount of ...
Lorenzo Foschi's user avatar
0 votes
1 answer
71 views

How can I implement traffic lights in Veins. I tried looking at the veins_testsims example but I don't understand how to allow exchanging messages with vehicles. I would like traffic lights to be able ...
Francescov20's user avatar
1 vote
0 answers
239 views

I'am having a issue with omnet++ when running my first project and I don't get where the problem is the error is : <!> Class "BaseStation" not found -- perhaps its code was not linked ...
Oumaima's user avatar
  • 11
0 votes
1 answer
62 views

clistener.cc clistener.cc:56:5: warning: 'receiveSignal' is deprecated [-Wdeprecated-declarations] receiveSignal(c, signalID, checked_int_cast<long>(i,nullptr,msg), d); ^ C:/OM++/omnetpp-...
Abaah's user avatar
  • 5
-1 votes
1 answer
72 views

I wrote a time synchronization project based on OMNET's Time Flood protocol, in which the topology is a very simple triangle, but when compiling it always shows that it can't find the dependency ...
duo chen's user avatar
0 votes
1 answer
79 views

I'm currently working on a project that integrates SUMO with OMNeT++ using Veins. I am running different simulation scenarios by changing the TraCIScenarioManager penetration rate variable in the ...
netbug's user avatar
  • 47
0 votes
1 answer
86 views

my problem is host A is broadcast the udp packet to all hosts within the network , what i need is just to send it to the specified destination address host B. i used udpbasic app and udp sink. please ...
Sa3ida Tmd's user avatar
0 votes
1 answer
53 views

I'm trying to simulate nesting network at omnet++. After i import the nesting project and inet into the omnet++, i build the project and i encounter some problems like below: /usr/bin/ld: ../../inet/...
Zeh's user avatar
  • 1
0 votes
0 answers
38 views

I'm working on veins and Sumo and I'd like to know how to modify the veins_launchd script in order to launch a sumo istance with the parameter --num-cliens 2. I'm referring to this: How to give sumo ...
newuser's user avatar
0 votes
1 answer
174 views

when I m trying to build an omnetpp project including Inet-4.2.2 Simu5G-1.1.0 and veins-5.1 this error occurs while building : Creating shared library: ../out/clang-release/src/libveins_inet.dll ../...
Hadil Hantour's user avatar
0 votes
1 answer
62 views

I am trying to build Veins on my MACOS. I am not very experienced with building. I got an error and I cannot solve. The problem is when trying to build: 02:57:23 **** Incremental Build of ...
cppcpp's user avatar
  • 1
0 votes
1 answer
63 views

I am currently working on school project regarding to V2X simulations (currently using omnet++ v. 6.0.1 and veins v. 5.2). So far I created simple example with 1 RSU and 3 vehicles. The goal so far is ...
Stepulin's user avatar

1
2 3 4 5
44