-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in the group id based filtering code #1
Comments
This may be a result of having Snoop wired in. Need to research the exact configuration and build used to create the problem. If vkumar1 has any more details about what was being built that would be helpful. The original email thread can be found at http://www.mail-archive.com/[email protected]/msg42765.html. This link (http://www.mail-archive.com/[email protected]/msg39173.html) has additional information about a similar scenerio. |
I am using TinyOS 2.1.2 on Ubuntu 12.10 32 bit. The application I wrote is basically just the standard RadioCountToLeds application modified to have two nodes sending messages back and forth. Even if I have the two nodes have different group ID, they still successfully receive each other's messages. |
Can you please create a gist (see https://gist.github.com/, login as yourself) and then add all of the application files used to recreate the problem. One at a time, please, so that they are seperate. Then add a comment to this thread with the pointer to the gist. Copy and paste the link in "Link to this gist". |
I have created the gist and added all the files here https://gist.github.com/4477086 |
Group ID based filtering where a node is supposed to drop packets corresponding to different groups from their own does not work. The nodes accept packets from any groups even when the group ID is set correctly in the packets.
The text was updated successfully, but these errors were encountered: