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

Rednet Channels

Started by jamd315, 18 October 2013 - 03:36 AM
jamd315 #1
Posted 18 October 2013 - 05:36 AM
I have a system of computers that all need to talk to each other. I want to know if I can just use a channel, instead of typing all the ids. I've considered the idea of a central computer that sends out what it receives to all the listed computers, but I would have to add new computers every time I add a new computer. Any ideas?
Wojbie #2
Posted 18 October 2013 - 05:43 AM
Take a look at http://computercraft...Modem_%28API%29 - It should be what you need - Using modems directly instead of rednet you can receive and send on any channel you decide.
jamd315 #3
Posted 18 October 2013 - 05:49 AM
Great! Exactly what I needed. Thanks wojbie