06.06.2022, 10:42
Use this:
Code:
data = tostring(tarief_1)
sock = require('socket').udp()
sock:sendto(data, '192.168.1.204', 19928)
sock:close()