You had better let nodes to boot up at different time.  There is some
example code in tutorial of lesson 11.


On 4/20/08, Nahr ... <[EMAIL PROTECTED]> wrote:
>
> Hi,
> Please how can I activate all the node on my network (64 nodes)
> should I write like that
> a = 64
> while a>0:
>     m = t.getNode(a);
>     m.bootAtTime(45654);
>     a--;
>
>
>
> thnk you very much
>
> Nahr Elk
>
>
>
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
Renjie Huang
Sensorweb Research Laboratory
http://sensorweb.vancouver.wsu.edu/
Washington State University
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to