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

Search the Community

Showing results for tags 'modem.send'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OpenComputers
    • Announcements
    • Feedback
    • IRC
  • Code Central
    • Support
    • Showcase
    • Tutorials
  • Addons & More
    • Addons Mods
    • Architectures
    • OpenEngineering Task Force
  • General
    • Lounge
    • Forum Games
    • Showcase
    • Servers
  • Archives
    • Public Archives

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Minecraft


GitHub


IRC


Fediverse ID


Location


Interests

Found 2 results

  1. I'm writing a simple threaded network messaging script to manage some drones, but the problem I'm having is that once I've spun off a thread to handle a drone it hangs on sending a message. It sends the message and the drone gets it intact, but the modem.send call doesn't return after sending it. Attached is the full code for the drone manager. It hangs on line 23, just before the "Thread sent command to drone" print statement. Any ideas on how to resolve this one? dronecontroller.lua
  2. Hello everyone. I have a problem with the server rack the commands mentioned in the title of the thread. I have to send a message from the server to a computer.....but the problem is that he receives messages from other computers but not send them. I tried to use programs and single commands but still not work. I wrote this on the server: component.modem.broadcast("111, "test") or component.modem.send({computer address}, 111, "test") And this on the computer: =event.pull("modem_message") I used the relay to realize that it is the server doesn't send messages
×
×
  • Create New...

Important Information

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