local network = require("network") local handle = network.udp(); network.setpeername(handle, "192.168.1.100", "8021") network.sendto(handle, "Hi there!") network.sendto(handle, "What's up!")