Hi Alejandro, If you're familiar with java, it's really easy to process your messages after you read them with the tinyos sdk. To use the tinyos java sdk, read the javadoc in the source code (support/sdk/java), and check the apps/test/TestSerial app. Every time I need a pc app, I start it with modifing TestSerial.java.
There are SDKs for c, c++ and python as well, but I don't really know them. If you don't like eighter of the SDKs, read TEP113 (http://www.tinyos.net/tinyos-2.1.0/doc/html/tep113.html), which describes the serial protocol. (there's an error in that, the SERIAL_PROTO_ACK is 67, not 64, check the Serial.h for the other SERIAL_PROTO values). Andris On Sun, Feb 12, 2012 at 6:04 PM, <[email protected]> wrote: > Dear Yanbo. > > I've seen something in the TutorialMote-PC about serial communication and > SerialForwarder. > > But what do you recommend to me, in order to store the sensor values in > MySQL DB? or is indistinct? > > Thanks in advance, > > Alejandro. > >> Hello, >> >> I've nevered tryed Listen. >> I prefer net.tinyos.tools.MsgReader which shows me all attributes' >> values in hexadecimal of received messages. >> Have you tried this tool ? >> >> Best regards. >> >> - Yanbo >> > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
