CometWolf, on 09 March 2014 - 10:52 AM, said:
I've actually never tried to communicate along a wired network, so idk how that works. But generally the easiest way would just be using rednet.open and then rednet.broadcast, or rednet.send if you know the id of the receiver.
I used a computer along the line to send to the computers in the picture via rednet signals. I executed rednet.broadcast("hello") rednet.send(27, "hello") rednet.send(20, "hello") rednet.send(21, "hello") on another in line computer and the events were written to the screens.
Spoiler












