-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Added Multicast UDP support #1531
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
oberstet
commented
Sep 9, 2013
+1
1 similar comment
lgasp
commented
Nov 19, 2013
+1
barbudor
commented
Nov 19, 2013
+1 too
very usefull
2013年11月19日 lgasp notifications@github.com
+1
—
Reply to this email directly or view it on GitHubhttps://github.com//pull/1531#issuecomment-28782797
.
davidgraeff
commented
Apr 29, 2014
please add udp multicast support
giampiero7
commented
Nov 24, 2014
+1
roeften
commented
Mar 9, 2015
This patch works for me. I've written an example here:
http://blog.roeften.com/2015/03/multicast-communications-between.html
57dcf07
to
5a68e34
Compare
ghost
commented
Jul 7, 2015
Well, after two years, what is the hold up with this?
Rebased and merged.
I've changed the method name from beginMulti
to beginMulticast
to be more Arduino-style, hope this won't be a big concern.
Thanks you and sorry for the long delay.
ghost
commented
Jul 14, 2015
Cool! Thank you!
Patch to add multicast UDP support to the current Arduino Ethernet library.