On Sun, Apr 20, 2008 at 6:56 PM, jiwen zhang <[EMAIL PROTECTED]> wrote: > Hello all : > i am using tinyos2.x . i want to get the hops from the source to the root > . how should i realize this ? > thank you !!
CTP does not store hopcount as a routing state. But if you want to know how many hops a packet traversed, you can use the THL field which starts at 0 and gets incremented every hop. - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
