Hi guys, I have never worked with TinyOS. I have installed TinyOS 2.x and correctly set the environment variables as the tutorial.
I'm trying to create a java application that receives a message (even number) was sent by a mote. Given that I have a mote physical simulates everything with TOSSIM (under Windows). My operations are: 1) I open Cygwin 1.1) launching java net. tinyos.sf.SerialForwarder-comm sf @ localhost: 9002 2) I open another Cygwin 2.1) launching java net.tinyos.tools.Send 00 ff ff 04 22 06 00 01 00 CC 3) I open another Cygwin 3.1) in / apps / tests / TestSerial compiled with make micaz sim-sf (without errors) 3.2) launching java TestSerial ->> Sending Packet1 ->> Sending Packet2 ->> ... ->> Sending Packet nnn Why do not you ever see "Received packet ..." ? What's wrong? Thanks _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
