UDP server not work :(
Posted: Mon Dec 01, 2014 7:45 am
UDP server not work
-->
Open Community Forum for ESP8266, Come share Arduino and IoT (Internet of Things)
https://www.esp8266.com/
uhrheber wrote:Wait till I've found my crystal ball, then I can tell you what your problem is.
alexhi wrote:UDP server not work
s=net.createServer(net.UDP)
s:on("receive",function(s,c) print(c) end)
s:listen(8888)