2008/5/21 Antonio Prados Vilchez <[EMAIL PROTECTED]>:
> Hi TinyOS users!!
>
> Is there any way to know the route that a packet has followed in a
> Collection Tree? I want to track the hops of the communication between the
> motes and the root of the tree. I'm using CTP and MICA2 motes.

If all the motes are connected through USB, you can write a script to
analyze the debug output - each mote outputs the packet serial number,
origin, and the next hop for each packet forwarded. You can combine
information this information from all the motes to construct the path.

If the motes are not connected through USB, you will need to put the
local node id in the packet somewhere each time it is forwarded.

- om_p
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to