Thank you for your reply .  Can you please give me any suggestions regarding 
this scenario? Any suggestions regarding this will be appreciated.Thank you.
i want to create a grid topology :like 
For Example:3 by 3 grid
0   1   2 
3   4   5 
6   7   8
 select
one node as sending
node for ex: node 6 , which should send data to neighbors by least hop
number. Initially it must send data to its one hop neighbor and then to
two hop neighbors and then three hop neighbors and so
on...I am not interested in sending the data back to base station but i
want to send data from one node to all other nodes in the network by
using multihop routing. Here only the direct neighbors are in
communication range to node 6 and if it wants to send data to node 0
for example ,it must send it using multihop routing through
node0.node6-->node0-->node3.Can anyone help me or suggest me how
i can do this ? Is it possible to send data from node to all the nodes
in the network by selecting the hop number and implementing multihop?

Thanks,
Swetha



________________________________
From: Omprakash Gnawali <[email protected]>
To: Swetha R <[email protected]>
Cc: [email protected]
Sent: Wednesday, July 8, 2009 5:39:09 PM
Subject: Re: [Tinyos-help] help reg Multihop routing

On Wed, Jul 8, 2009 at 2:18 PM, Swetha R<[email protected]> wrote:
> Hi Everyone,
>
>          I have been trying to execute Surge for Multihop network of 9
> nodes. I have one questions about the output. I have used debug statement ,
> export DBG=route.Below is the part of sample output i received. Can anyone
> explain me why the prnt(parent address ) and hop is always 255 ? I don't
> understand this.

That probably means the routing protocol has not computed a path yet.

- om_p



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

Reply via email to