Mailing list archive (omnetpp-l at omnetpp.org)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Omnetpp-l] help!!!



You must modify the radio level (AbstractRadio and/or AbtractRadioExtended) and the mac layer, The mac layer must modify the send power and must procces the received power. You must modify the method handeCommand in AbstractRadio and/or AbtractRadioExtended to support the change in the transmiting power and also the PhyControlInfo.msg to support the transmission power change support
 
I have included yet the changes of AbstractRadio,  AbtractRadioExtended  and PhyControlInfo in the inetmanet. Now, you must modify the mac layer
 

From: Mark Glein
Sent: Tuesday, May 26, 2009 9:30 AM
Subject: Re: [Omnetpp-l] help!!!

Please give me some idea for starting. You know every beginning is difficult


From: Mark Glein <markglein at xxx>
To: Omnetpp-l at xxx
Sent: Monday, May 25, 2009 4:58:15 PM
Subject: help!!!

Dear All,

I want to implemet a simple module(power-based topology control) in the INET framework. I have been thinking about this for days; I cannot figure it out though. Here is the idea:

  • First broadcast a message at maximum power
  • Then record the received power
  • Select neighbors based on the received power(using some algorithm).
  • Then adjust the transmit power level based on the selected neighbors.
I would appreciate any help on this like
  • in which directory I have to implement
  • which layers I have to modify
  • how can I schedule it as in the above steps, etc.
I would  also be happy if you can write for me  some kind of templete:)

Best Regards,

Mark



_______________________________________________
Omnetpp-l mailing list
Omnetpp-l at xxx
http://lists.omnetpp.org/mailman/listinfo/omnetpp-l
_______________________________________________
Omnetpp-l mailing list
Omnetpp-l at xxx
http://lists.omnetpp.org/mailman/listinfo/omnetpp-l

Home | Main Index | Thread Index