veins

Some Messages are lost in veins

﹥>﹥吖頭↗ 提交于 2021-02-20 01:50:42
问题 I'm using VEINS4.4, OMNeT++ 5.0 and SUMO 0.25 My project involves vehicles to exchange 5 types of messages and # of vehicles is more than 200 , and i some of messages not received by others and when i traced the problem , i discovered that they lost because 'A packet was not received due to biterrors or packet was not received correctly, sending it as control message to upper layer'. I have found solution in one of sites and i have applied in my code ,and it solved the problem little bit

Some Messages are lost in veins

吃可爱长大的小学妹 提交于 2021-02-20 01:48:45
问题 I'm using VEINS4.4, OMNeT++ 5.0 and SUMO 0.25 My project involves vehicles to exchange 5 types of messages and # of vehicles is more than 200 , and i some of messages not received by others and when i traced the problem , i discovered that they lost because 'A packet was not received due to biterrors or packet was not received correctly, sending it as control message to upper layer'. I have found solution in one of sites and i have applied in my code ,and it solved the problem little bit

UnitDiskRadioMedium no power consumption settings? (omnetpp)

断了今生、忘了曾经 提交于 2021-01-07 06:31:14
问题 Looking at: OMNET++: How to obtain wireless signal power? and https://github.com/inet-framework/inet/blob/master/examples/wireless/scaling/omnetpp.ini there seem to be no power consumption related settings to packets that are sent in a UnitDiskRadio. Is there a way of setting packet power consumption in a unit disk radio medium, or, conversely, communication range in ApskScalarRadioMedium? 回答1: UnitDiskRadio is a simplified version of a radio, where you are not interested in the transmission,

Unicast Communication in Veins

喜夏-厌秋 提交于 2020-12-30 03:01:51
问题 Does Veins support 802.11p unicast communication? I checked the source code of the class "Mac1609_4" in Veins framework. Referring to the following snippet of the code: WaveShortMessage* wsm = dynamic_cast<WaveShortMessage*>(macPkt-> decapsulate()); long dest = macPkt->getDestAddr(); DBG_MAC << "Received frame name= " << macPkt->getName() << ", myState=" << " src=" << macPkt->getSrcAddr() << " dst=" << macPkt->getDestAddr() << " myAddr=" << myMacAddress << std::endl; if (macPkt->getDestAddr()

Replace RSU with a node based router in Veins

梦想的初衷 提交于 2020-04-17 22:56:04
问题 I want to replace RSU with a node based router. Any direction or procedure that how can i replace the RSU with a router to perform my test-bed. Thank you very much for your help, really I'm stuck here. Note: I'm doing the project referencing of which project I want to use node based rputer by using omnet++. 回答1: Veins_INET makes it possible to use Veins as a mobility model in INET. If your implementation of a wireless router is based on the network stack of INET, node mobility of moving