Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

dom11990

Members
  • Content Count

    1
  • Joined

  • Last visited

Everything posted by dom11990

  1. 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, ...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.