Hui Kang wrote:
> However, when I assign one node as 1 and the other as 2, 2 can not snoop 
> the packet from 1. Is there any bug in snoop?
> 
> - Hui Kang

Are you using a mote with a CC2420 radio?  If so, then you will need to 
add the line

CFLAGS += -DCC2420_NO_ADDRESS_RECOGNITION

to your Makefile.  Otherwise, the CC2420 chip will automatically throw 
away all packets that aren't addressed to you.

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

Reply via email to