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

Multicast listening #416

Open
benishor opened this issue Jul 15, 2021 · 1 comment
Open

Multicast listening #416

benishor opened this issue Jul 15, 2021 · 1 comment

Comments

@benishor
Copy link

I can't seem to find the right way to use the library for multicast listening. I wrote a simple multicast server and client in golang which use a mcast group on 239.12.255.254 and use it as content provider for the arduino sketch using EtherCard.

Although I call enableMulticast() upon initialization, I only ever seem to get MDNS datagrams sent from other hosts in the LAN to 224.0.0.251.

Any idea on how I can also get the datagrams for my specified mcast group?

@benishor
Copy link
Author

Looking through the code it seems I will have to roll my own igmp membership report generator and also update eth_type_is_ip_and_my_ip() to allow multicast to pass through.

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

1 participant