[Tinyos-help] packet loses

2011-07-03 Thread Naila Frt
hi, I want know how I can recover the rate of packet loss in tinyos 1.x I work in ubuntu 11.O4 please I need to your help ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] display the value of temperature

2011-07-03 Thread Sergio Valcarcel
Yes, it is really simple. Use mig to generate the Java class associated with the message you send from the mote to the PC. Then register the listener for that AM channel. Finally, every time your listener receives a message use the automatically generated methods (with mig) for extracting values.