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