Hello all,
I am working with Collection protocol in TinyOS-2.x

I have successfully simulated it with TOSSIM

1]  Is it possible to process the packet in the intermediate nodes before it
reaches to the root node ??

Say, the root node has ID 1. And there are other two nodes 2 and 3.
Packet format is
{
nx_uint16_t mobile_id;
nx_uint16_t base_id;
};

Now, node 3 sends packet with mobile_id = 3. When this is received by node
2, I want it to make base_id = 2 before forwarding it to the root node.
How can this be done??

or

2] At the root node, how to know the path followed by the packet before
reaching it??


Waiting for the reply,

Thanks and regards,
-- 
- Hiral Jhaveri
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to