Skip to content

Instantly share code, notes, and snippets.

@Variiuz
Created April 12, 2026 13:33
Show Gist options
  • Select an option

  • Save Variiuz/e24c0321fb42f274243f3ed61d76ce10 to your computer and use it in GitHub Desktop.

Select an option

Save Variiuz/e24c0321fb42f274243f3ed61d76ce10 to your computer and use it in GitHub Desktop.
m=peripheral.wrap("top")
print("wireless",m and m.isWireless and m.isWireless())
m.open(42)
while true do
local e,side,ch,reply,msg,dist=os.pullEvent("modem_message")
print(side,ch,textutils.serialize(msg))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment