On Tue, Mar 18, 2008 at 9:20 PM, subhash nemani <[EMAIL PROTECTED]> wrote: > > > if there is a message delay i have no problem my problem is that it should > send only one packet for two mins but it is sending random number of > packets for two mins > > and all those packets contain same data . i'm not understanding why it is > sending random number of packets???? > > slight delay of 2-3 secs is not a big problem for me >
I suggest two things: 1. Make sure your code is OK by using a small interval (10s). If you get a predictable behavior using 10s interval, your code and instrumentation system is good. 2. Use suggestion in this email to achieve longer intervals: https://www.millennium.berkeley.edu/pipermail/tinyos-help/2007-August/027143.html - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
