Skip to content
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

Feature request: Add Multicast #3

Closed
MichMich opened this issue Aug 12, 2015 · 2 comments
Closed

Feature request: Add Multicast #3

MichMich opened this issue Aug 12, 2015 · 2 comments

Comments

@MichMich
Copy link
Contributor

Like /u/kloptopsmentions on Reddit, it might be a good idea to implement multicasting.

Maybe sending to ID 0 or 254 would broadcast the message to all devices? You could use this for auto discovery of devices (like ZeroConf). Maybe even allow a way of auto assigning of ID's.

@gioblu
Copy link
Owner

gioblu commented Aug 12, 2015

Ciao! To broadcast to all devices a message use BROADCAST constant as ID. Every node will receive the message but will not answer ACK to avoid communication overlap. Thank you for your support and feature request, will read again PJON and make considerations

@MichMich
Copy link
Contributor Author

Ah, cool. Please add it to the README.

Cheers!

gioblu pushed a commit that referenced this issue Aug 26, 2016
Merged changes from @gioblu master
gioblu pushed a commit that referenced this issue Oct 21, 2017
Merged from gioblu master
gioblu pushed a commit that referenced this issue Sep 26, 2018
Add ThroughSerial support for LINUX using WiringPi Serial interface
gioblu pushed a commit that referenced this issue Jun 4, 2020
Merged from gioblu master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants