tinyos implements a simple protocol between serial sender and receiver. if i am not wrong, 7E is the packet delimiter, which means one packet always starts with 7E and ends with 7E. If there is 7E in the packet content, they use some escape Hex to replace it. You can check the c program sf in the support folder, if you want to implement your own decoder, which takes some time. One easier option is your use the Java or c serialforwarder as the packet receiver, and you just code your own UI application in whatever languages you like. You app talks to serialforwarder in socket as a tcp client.
Institute for Infocomm Research disclaimer: "This email is confidential and may be privileged. If you are not the intended recipient, please delete it and notify us immediately. Please do not copy or use it for any purpose, or disclose its contents to any other person. Thank you." _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
