-->
Page 1 of 1

Feature Request - Please support UDP

PostPosted: Tue Mar 31, 2015 8:58 pm
by sgoggin
Hello all,

I love this development environment for the ESP8266!! I wondered if you might consider adding in UDP support - I see the base lwip classes have UDP support, so perhaps it's something you plan to do. If you do then this would be awesome!

Re: Feature Request - Please support UDP

PostPosted: Wed Apr 01, 2015 1:56 am
by igrr
UDP is actually supported, please take a look at these two great examples posted by @gererdwr:
UDP Client
UDP Server

Mutlicast UDP is also supported, you can take a look at ESP8266mDNS library.