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
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to