i am trying to send a simple udp packet, something like this:
sk = net.createUDPSocket()
sk:send(6000,"255.255.255.255",'data')
it works perfect inside an

does anybody knows how to simply send an udp packet without another udp received, it means, not inside an

thank you in advance,
Luis