Esp8266 as udp server
Posted: Fri Apr 17, 2015 11:12 am
I'm trying to set esp8266 as udp server on Arduino. I interaัt between Arduino and Esp8266 through AT commands. I know that for starting esp8266 as TCP-server I can use command AT+CIPSERVER=<type>,<port>. But how to start esp8266 as UDP-server or udp listener on socket through AT commands? I need it for receiving multicast messages.