This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Send data from LM over IP
#4
Use this:
Code:
data = tostring(tarief_1)
sock = require('socket').udp()
sock:sendto(data, '192.168.1.204', 19928)
sock:close()
Reply


Messages In This Thread
Send data from LM over IP - by Dré - 06.06.2022, 10:07
RE: Send data from LM over IP - by admin - 06.06.2022, 10:14
RE: Send data from LM over IP - by Dré - 06.06.2022, 10:19
RE: Send data from LM over IP - by admin - 06.06.2022, 10:42
RE: Send data from LM over IP - by Dré - 06.06.2022, 13:04

Forum Jump: