hi all,
I'm on the Enigmatica 2 Expert Modpack and trying to get a simple wireless network up and running. I wrote two programs in MineOS to send and receive broadcast messages. Unfortunately, the receiver seems to randomly drop some.
This is the recevier:
local event = require("event")
local comp = require("component")
---------------------------------------------------------------------------------
modem = comp.get("modem")
modem.open(1)
-- modem_message signature: type: string = "modem_message", localAddress: string, remoteAddress: string, port: number, distance: number, ...