Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Open the modem. Same as the first program
- rednet.open("top")
- -- Wait for a message
- print("Waiting for a message")
- id, message = rednet.receive()
- print("Message received from comptuer ID: " .. id)
- print("Message says: " .. message)
Advertisement
Add Comment
Please, Sign In to add comment