Could not find a platform specific version of TOSMsg

The Telos java classes for parsing packets over the UART/USB has not been compiled. Compile the classes for Telos by going into your TinyOS directory and making the java classes in net.tinyos.message.telos by executing the following commands in a cygwin window:

cd /opt/tinyos-1.x
cd tools/java/net/tinyos/message/telos
make
cd ../../../../
java net.tinyos.sf.SerialForwarder -comm [EMAIL PROTECTED]:tmote

SerialForwarder should now run properly without the error message.

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to