[Tinyos-help] Multihop application pointers

Tarun Bansal bansal.tarun at gmail.com
Mon Jan 15 03:03:57 PST 2007


You have two options:

1. Please check
http://www.tinyos.net/tinyos-1.x/doc/multihop/multihop_routing.html
You can use MultiHop modules provided by TinyOS. For that you can
refer to Surge code. SurgeCode also uses multihop modules.

2. you can write your code so that whenever any mote receives packets,
it rebroadcasts it or sends it to desired addresses. You have to come
up with heuristic rules to avoid cycles.

Regards
Tarun Bansal

On 1/15/07, Nagaraj H K <nagaraj.hk at gmail.com> wrote:
> Hi,
>  I have a requirement in which I need to send  a message receieved at one
> node(mote F1) to the base station(B1) through a number of Intermediate
> motes(M1,M2,M3) .Basically,this is a simple multihop approach.Please give
> pointers to how this can be done effectively.If you have any application
> doing the same,do share it.
>
> Thanks,
> Nagaraj
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help at Millennium.Berkeley.EDU
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
>


More information about the Tinyos-help mailing list