You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cire831
I'm sorry for my inaccurate bug report.
I compiled the example App named RadioCountToLeds on telosb. It works fine, but it still works after i changed one of the boards' group by adding "CFLAGS += -DDEFINED_TOS_AM_GROUP=0x57 " to the Makefile.
DEFINED_TOS_AM_GROUP was defined in tos/types/AM.h and the default value is 0x22.
The bug was mentioned in tinyos/tinyos-release#1 and http://tinyos-help.10906.n7.nabble.com/Problem-with-DEFAULT-LOCAL-GROUP-on-TinyOS-2-1-2-td22295.html, but i don't find any solution except using different channels.
Tow nodes can transmit packet event they have different AM_GROUP number.
The text was updated successfully, but these errors were encountered: