uhrheber wrote:Wait till I've found my crystal ball, then I can tell you what your problem is.
I can lend you mine: viewtopic.php?f=24&t=645#p3467
alexhi wrote:UDP server not work
Hi,
A udp server does not create a socket connection when data come in.
the server just receive the data sent to the port from any client.
I should have doc this...
acts like this.
s=net.createServer(net.UDP)
s:on("receive",function(s,c) print(c) end)
s:listen(8888)