Advertisement
Fews

See Device

Jul 24th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. rednet.open("top") --enable modem on the right side of the PC
  4. rednet.broadcast("internet;seedevice")
  5. print("Waiting for Response ...")
  6. id,message = rednet.receive()
  7. print("Connected Device")
  8. print("id | ip_adress")
  9. print("--------------")
  10. print(message)
  11. print("press enter key to continue")
  12. local a = read()
  13. term.clear()
  14. term.setCursorPos(1,1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement