Hello Everyone ,
    I am new to TinyOS and would appreciate any kind of help to make me
understand the Routing protocols.I want to create a network topology by
using flooding where every node maintains a routing table which should
contain the following details : 
destination node - to the node it has to send the data.
nexthop-  intermediate node to reach the destination.
hopcount- the number of hops to reach the destination.
For example :
0 --> 1--> 2-->3-->4
Node2  's routing table :
Destination   Nexthop   hopcount
0                    1                2
1                    1                1
2                    0                0
3                    3                1
4                    3                2

I would appreciate if anyone could help me in writing the nesC
code for this scenario.Is this kind of scenario or something similar to
this  already present in tinyos1.x ? If yes can you please let me know
where i can find the code for it. Thanks a lot in advance.
Thanks,
Swetha.



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

Reply via email to