Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -----------------------------------------------
- --DISPLAY LAMP SERVER 0.1 PASTEBIN: 89JdmZud
- -----------------------------------------------
- function Send(id,message)
- rednet.open("left")
- rednet.send(id,message)
- print("Message:")
- print(message)
- print("ID:")
- print (id)
- print("Has been send...")
- end
- --start program
- -----------------------------------------------
- while true do
- terminal.clear()
- print("Starting program SERVER...")
- print("Message:")
- messageRead = read()
- print("ID:")
- id = read()
- Send(id,messageRead)
- end
- -----------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement