Posted 16 July 2012 - 03:23 PM
I am trying to make a centrally controlled updater for my collection of programs. I already have all of the programs ready but one: the receiver.
It works like this; the router sends out the update signal to all of the computers on the network, and they are then supposed to receive that signal and run the update program. I have all of it down except for the part where the clients receive the signal. How would I make a computer receive a signal without running the rednet.receive as the main program, thus shutting down all other processes until an update is received? (Note: the entire point of this system is to be able to put in a single word into the router and have all of the clients update. Not me running to each client and doing anything to it. They're too far apart and too many to do that.)
Thank you in advance.
It works like this; the router sends out the update signal to all of the computers on the network, and they are then supposed to receive that signal and run the update program. I have all of it down except for the part where the clients receive the signal. How would I make a computer receive a signal without running the rednet.receive as the main program, thus shutting down all other processes until an update is received? (Note: the entire point of this system is to be able to put in a single word into the router and have all of the clients update. Not me running to each client and doing anything to it. They're too far apart and too many to do that.)
Thank you in advance.