Hi, I am implementing a test program which nodes will send a message with node address, a number(will increment by 1 and send every second) and hop count in it. However, when I try to use java application to get the message content. The result is like this. e.g. 2 2 0 2 2 1 2 2 2 2 2 3 2 2 4
The first column is node address, second column is number, third column is hop count my expected result should be: 2 0 0 2 1 0 2 2 0 2 3 0 2 4 0 I am using tmote. Here is my code. I really have no idea on how to solve it. Thank you very much Chung
apps.rar
Description: Binary data
java.rar
Description: Binary data
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
