Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("back")
- rednet.send(19, "request")
- id, message = rednet.receive()
- print ("Reactor Computer " .. id .. " answered")
- print ("-" .. message .. " ")
- i, m = rednet.receive()
- print ("-" .. m .. " ")
- id2, m2 = rednet.receive()
- print ("-" .. m2 .. " ")
- os.sleep(4)
- term.clear()
- term.setCursorPos(1,1)
- error()
- -- This is some simple code i made to get information about a Big Reactor wireless using a Pocket computer.
- -- Place a computer with a wireless modem on the left side and the Computercraft Big Reactor port right behind it.
- -- UPDATE! you need to input the right computer IDs in both programs respectivly
- -- The Pocket computer program is at /AxrPeUtZ
- -- Made by Dukrobber
Advertisement
Add Comment
Please, Sign In to add comment