Hi, > The counters snoop and total are never incremented, and the Led0 is > never turned on.
Add "CFLAGS += -DCC2420_NO_ADDRESS_RECOGNITION" to your Makefile. Address recognition in the CC2420 stack is enabled by default and will reject all packets which have a destination address other than TOS_NODE_ID or AM_BROADCAST_ADDR. Thus, snoop does not work. Best, Daniel -- Daniel Minder University of Duisburg-Essen, Networked Embedded Systems Bismarckstr. 90, 47057 Duisburg, Germany Skype: d.minder _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
