Questions tagged [mixim]

18 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,065
  • 2
  • 14
  • 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 =…
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
  • 388
  • 1
  • 14
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.…
0
votes
0 answers

How to use different NIC in mixim 2.3 omnet++

I intend to simulate a wireless network consist of two kinds of nodes, 802.11 MAC and CSMA MAC. I created a network.ned file and import the nodes with different configurations (i.e. CSMA and 802.11 NICs). In the mixim document wrote that I should…
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
  • 380
  • 6
  • 21
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…
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
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…
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…
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,156
  • 9
  • 20
0
votes
1 answer

Signal is too weak ? (Omnet++& Mixim)

What are the causes of this warning "Signal is too weak" in the output of the network simulation ? Currently, i'm using Omnet++ 4.2, Mixim 2.2 and Veins 2.0-rc1 I know that is related to many factors including the TwoRayInterferance model, in order…
HanniBaL90
  • 356
  • 2
  • 15
1
2