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

Use of multicast instead of multiple unicast #1

Open
groolot opened this issue Jun 3, 2016 · 1 comment
Open

Use of multicast instead of multiple unicast #1

groolot opened this issue Jun 3, 2016 · 1 comment

Comments

@groolot
Copy link

groolot commented Jun 3, 2016

You are defining your setup with RPi's that are in ethernet unicast, then you have to send your control message to each one instead of sending to a multicast IPv4 address that each one has subscribe to.

Your code should be lighter and your remote devices will receive the message exactly at the same time, even in a switched network.

@thomashollier
Copy link
Owner

thomashollier commented Jun 4, 2016

Good idea! I'm a bit of a novice so implementing this is out of my immediate reach (I'll see if Google can give me the answers) but if anyone wants to take a crack at it, by all means...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants