-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Add virtual beginMulticast(...) stub to UDP class #5796
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
Conversation
Do some protocols require also specifying a mac address? |
@PaulStoffregen good question, so far I've only looked at mDNS. I'll do some more research at other protocols that use multicast UDP. |
15336cb
to
a0bb4e6
Compare
✅ Build completed. Please test this code using one of the following: ⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-5796-BUILD-631-linux32.tar.xz ℹ️ The |
The local IP would be handy. I've been experimenting making the EthernetBonjour library compatible with WiFi101. For now, I've changed Progress can be found on the following fork + branch: https://github.com/sandeepmistry/EthernetBonjour/tree/generic-udp |
Partially moved to arduino/ArduinoCore-sam#6 |
Merged manually 26ae0ac |
This allows libraries to use
udp.beginMulti(..)
when aUDP
type is passed in. This method is optional and will fail by default if the network library does not support multicast UDP.