-
-
Notifications
You must be signed in to change notification settings - Fork 214
WiFi UDP & Multicast Functionality #14
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
82291da
to
7ba66ce
Compare
I built with this - the wifi-udp branch - it apparently doesn't work - or maybe it doesn't work with multicast (yet) since my sketch is using multicast. Note, if I use this branch, my sketch will reset every few minutes or so. If I just include the WiFiUDP files that are included with the 1.2.1 version in this repo - the sketch doesn't reset but still no UDP via multicast. Just an FYI. I'm not sure the debugger works either with the portenta_m7 yet - but I will look into the configs on that to see if there is one yet that supports the portenta. Regards, |
Sebastian, Maybe change title to: Wifi UDP & Multicast Functionality ? Thanks, |
Thanks Martino and Sebastian! |
For fixing Portenta_H7 UDP Multicast. Still not working. The Patches are from `mbed_portenta` core's PR [**WiFi UDP & Multicast Functionality** #14](arduino/ArduinoCore-mbed#14)
This PR implements some missing functions for WiFiUDP functionality. Previously it didn't compile because not all virtual functions were implemented. Some testing still need to be done.