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

Search the Community

Showing results for tags 'wireless'.

  • 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 3 results

  1. Hi all I am trying to write a program to control sgcraft gates and am having some trouble with the server side of things heres what I have so far: ########################################################################## local c = require("component") local e = require("event") local m = c.modem local s = c.stargate local computer = require("computer") () m.open(20) m.broadcast(20, "Online.") local _, _, f1, port, _, message1 = e.pull("modem_message") if message1 == "s.dial('s.localAddress()')" then m.send(f1, 20, io.stderr:write("Canno
  2. Requirements: microcontroller with debug card and wi-fi card. Need install this firmware: pastebin get PX0k2kb8 cube The control is via a wireless card with standard notation UDFBLR, to invert the command, it is necessary to add an apostrophe. Ðdditional commands: С - reset to the initial state S - random shuffle
  3. hello my name is john, i have one computer hooked up to a hologram and another computer -100 blocks hooked up to a geolyzer. i want to take the output from the geolyzer and run it thru the hologram projector wirelessly, as if the geolyzer and hologram projector were hooked up to the same computer. my second question is i would like my robot to actually move without having to enter in every single movement from the gui... i would like to write a program but i have no idea the commands or syntax to get it to work.
×
×
  • Create New...

Important Information

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