This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
cmurtheepic's profile picture

background running of rednet codes

Started by cmurtheepic, 22 November 2012 - 05:33 AM
cmurtheepic #1
Posted 22 November 2012 - 06:33 AM
hey i want to run this line of code in the background of my registration program so it will go through my registration program while trying trying to see if ianyother computer is trying to communicate with is.

while true do
id, message = rednet.recieve()
break
end
lieudusty #2
Posted 22 November 2012 - 06:39 AM
Check out the parallel API on the wiki.
cmurtheepic #3
Posted 22 November 2012 - 09:17 AM
thanks