Hello,

I'm new in tinyos, and get that problem in the RadioCountMsg tutorial 
program with the packets.py TOSSIM script. I used the meyer-heavy.txt 
for the noise model and my topo.txt is this:

1  2 -54.0
2  1 -55.0
1  3 -60.0
3  1 -60.0
2  3 -64.0
3  2 -64.0

just like in the tutorial. And the output is:

DEBUG (0): RadioCountToLedsC: timer fired, counter is 1.
DEBUG (0): RadioCountToLedsC: packet sent.
Delivering  Message <RadioCountMsg>
   [counter=0x7]
   to 0 at  3172603258
DEBUG (0): Received packet of length 2.
DEBUG (0): LEDS: Led0 on.
DEBUG (0): LEDS: Led1 on.
DEBUG (0): LEDS: Led2 on.

I've also added a dbg() line into the AMSend.sendDone(..) event, so I'm 
sure that the problem is between the send and the sendDone event.

So what could be the problem?

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

Reply via email to