> > out puts didn't show me any informations about sleeping mode ????? > > So, should I deduct that motes do not sleep then (How about power > consumption constraint ????)
Your best bet is to use something like "low power listen" if you need to sleep. Please search for low power listen in the mailing list archives or Google. Surge should work in duty cycled network but I am not sure if they are optimized for duty cycled networks. Besides, Surge is just a test application. > Also, by exploring the code of MultiHopWMEWMA module, I conclude that the > nature of routing is by flooding (Also How about power consumption > constraint ????). Single hop broadcast by each node. This is one of the simplest and useful routing protocol in sensor networks. If you do not broadcast, how do you discover your neighors? > However when the neighbour table is established (especially parent field is > filled (!= 255) then the mote routs its packets to its parent isn't it? Yes. > Please do not ignore my questions because I am really needing your help. Most people have moved on to TinyOS 2.x. Is there a reason you are using TinyOS 1.x? The authors who wrote the protocols you mention are either no longer reading tinyos-help list or not supporting that code. - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
