[ns] Determining nodes along multihop path

2006-08-15 Thread ARNAB DAS

Hello,
I was wondering if there was a way to determine through what path of nodes a
packet takes.  I'm looking at my trace file using AODV for my wireless ad-hoc
network sim, and can't seem to see but a send and receive line for each
individual packet.  There is no indication of through what nodes a packet
traveled.  Any help would be greatly appreciated.
Thanks,
Arnab



[ns] Modifying cw_ in mac-802_11.h

2006-05-15 Thread ARNAB DAS

Hello,
I am trying to modify cw_ in the mac-802_11.h file.  Normally, it is
cw_=(cw_1)+1.  However, whenever I do something like cw_=cw_*5, for example,
there is a Floating Exception (core dumped) error.  Does anyone know why cw_
may be needed to be modified in a bitshifting manner or how to modify it more
simply?  Thank you in advance for the help.
-Arnab