Post topics, source code that relate to the Arduino Platform

User avatar
By Lev Gervich
#14840 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.