[Tinyos-help] able to get the first packet but not the rest..........

2006-10-03 Thread Hari Hara Sudhan
I believe that the problem is with your TOS message Buffer. Try this the code which resides in MOTE1 will be having this event   event TOS_MsgPtr ReceiveMsg.receive(TOS_MsgPtr m) { } This event returns a TOS_MsgPtr which is used to receive the next message. event

[Tinyos-help] able to get the first packet but not the rest..........

2006-10-01 Thread primalfear 69
hello everyone, again in need of u guys help:) i am using tinyos 1.1.0 mica2 under windows. i use MIB510 programmer. my program does the following... MOTE1 gets data from uart and transmits it to the MOTE 2 via radio. mote2 receives the data via radio and does some

RE: [Tinyos-help] able to get the first packet but not the rest..........

2006-10-01 Thread Ben Buckner
It depends on which communications components you're using, but if I had to guess, I'd say you might have something wrong with the packet sequencing. Some of the routing components/protocols (Bcast for instance) use a sequence number to make sure copies of the same packet aren't received multiple