Questions tagged [mixim]
19 questions
3
votes
1 answer
Simulating Geographic Routing in Wireless Sensor Networks Using Omnet++
I'm planning to simulate the geographic routing algorithm ( http://coitweb.uncc.edu/~ywang32/research/TPGF-shu.pdf )in wireless sensor networks using omnet++ and Mixim .
I need the following details to proceed
what should be the structure of a…

Arackna
- 2,665
- 2
- 16
- 16
1
vote
1 answer
Explanation of Mapping structure in Veins
I try to understand and implement modifications to the Veins framework. Right now, I have some difficulties figuring out how the "Mapping" structure works. It is used to set the transmission power in "Mac1609_4.cc"
ConstMapping* txPowerMapping =…

Juan Sanchez
- 11
- 1
1
vote
0 answers
MiXiM Simulator: Collecting total radio transmitting/idle times?
I'm developing a MAC layer protocol and I need to collect physical layer total radio idle and transmitting times.
I've found that the INET framework provides this automatically, but I've been searching for the past 10 days for a similar solution…

Jose Fonseca
- 408
- 2
- 15
1
vote
1 answer
OMNET++/MIXIM : HOW CAN I CORRECT THE FOLLOWING COMPILER'S ERROR
Description Resource Path Location Type
make: * Config file '' does not exist -- add the OMNeT++ bin directory to the path so that opp_configfilepath can be found, or set the OMNETPP_CONFIGFILE variable to point to Makefile.inc. Stop.…

user1548124
- 47
- 1
- 7
0
votes
0 answers
What are the versions of omnet,veins,sumo that support the definition of signal MIXIM_SIGNAL_MOBILITY_CHANGE_NAME in UVCAST?
When I use the following programmed line in my code When I am studying UV-CAST Protocol .
Define_Module(UVCAST);
const simsignalwrap_t
UVCAST::mobilityStateChangedSignal=simsignalwrap_t(MIXIM_SIGNAL_MOBILITY_CHANGE_NAME);
Should I import one of…

Hanadi Darwisho
- 19
- 5
0
votes
1 answer
Does Veins implements both SNR and SINR calculations in the Veins simulations?
I wonder if in Veins both SNR and SINR is calculated for the received frames?
I see both terms in veins physical layer implementation files.
I am confused if they mean the same thing or they have different purpose?
I could find the SINR threshold…

Mateen
- 21
- 2
0
votes
0 answers
How to set different role of node in INET like MiXiM
Omnet++ 5.0 and INET 3.4
I want to simulate a MAC protocol base BMAC, however, nodes in the net topology have different function. So I set a enum called role in .h file and add several handlemsg function in .cc file
like below codes in the MiXiM
…

Dmy
- 1
- 3
0
votes
1 answer
Omnet++ and MiXiM
I am trying to run simulations for 802.15.4a devices.
For this reason I am using MiXiM which provides very useful modules.
More specifically I want to have a first (very easy) configuration where two Host802154A communicate with each other.
I then…

rebrid
- 430
- 8
- 27
0
votes
1 answer
The following NED types could not be fully resolved, due to a missing base type or interface
I want to run my project through Cmdenv. In the project's omnetpp.ini file I specialized ned-path as: ned-path = /omnetpp-4.6/samples/VDLM4net;/omnetpp-4.6/samples/MiXiM/src/base;/omnetpp-4.6/samples/MiXiM/src/modules
And when I'm trying to use…

Mikhail Kulikov
- 39
- 8
0
votes
2 answers
how to fixed 'Omnet++ with MiXim' errors
I install Mixim Ver.2.3, but is like there are not compatible please can someone help me, on how to fixed this problem. Am doing my Dissertation No Object Tracking Using WSN

Mohammed Sani
- 5
- 3
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
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…

Rens van der Heijden
- 848
- 6
- 15
0
votes
1 answer
MiXiM building no such file or directory error
I failed to build the MiXiM on Ubuntu 14.04.3 and OMNet 4.6, the error message is: ”fatal error: Mac80211Pkt_m.h: No such file or directory”. From the manual of OMNet it can be found that the file Mac80211Pkt_m.h should be generated automatically by…

Xuenong Tian
- 1
- 1
0
votes
1 answer
Import of Mixim to Omnet++ simulation
I have imported INET latest version to Omnet++ and its working fine. And i am using SUMO as traffic simulator and Veins too.
Is that mandatory to import Mixim to run our simulations in Omnet++ ?
Any suggestion would be appreciated. Thanks in…

charan
- 11
- 3
0
votes
1 answer
Implementing adaptive power control in OMNeT++ (MIXIM)
I have a form of wireless sensor network designed using the MIXIM framework in OMNeT++.
I've built on the Host802154 module, using a slightly modified IEEE802154 standard and a custom protocol.
I want to be able to programmatically adapt the power…

DIXONJWDD
- 1,276
- 10
- 20