The left computer repeatedly calls
peripheral.call("right", "turnOn")
while the right computer repeatedly callsperipheal.call("left", "turnOn")
This way, if one of the computers is Ctrl-S'd, the other one turns it on almost immediately.
Does anyone see any problems with this design?
(Some sleep() statement may be required to prevent "too long without yielding" errors)












