[Tinyos-help] sending and receiving packets ->MoteIF, BcastInject, Packetizer...

2007-06-05 Thread julien falco
Hi all I am trying to send packets to a mote (tmote telosB) through another one (with TOSBase). I have seen that there are different options, such as MoteIF, Bcastinject, Packetizer... What I am trying to send and receive are bytes (command for a sensor: something like 15 bytes commands). I am

Re: [Tinyos-help] sending and receiving packets ->MoteIF, BcastInject, Packetizer...

2007-06-05 Thread Michael Schippling
As far as I know, in T1 at least, Packetizer is used near the bottom of all of the Java side message I/O, and it presupposes that the messages are in TOS_Msg (AM) format, which is compatible with GenericComm on the mote side. If you only want send single bytes you will have to reinvent both ends o