Where can i find node's position, energy, speed and transmission range in aodv ns2 ?
> In mobilenode.h ( ns-2.35/common ), you can find node's position ( X & Y ) and speed.
> In node.h ( ns-2.35/common ), you can find the energy of a node ( energy_model() -> energy() ).
> In god.h ( ns-2.35/mobile ), you can find Macro variable RANGE (Transmission Range).
No comments:
Post a Comment