Posted 16 February 2014 - 11:21 AM
I've been using ComputerCraft for a while now and have just returned from a brief hiatus. In that time it seems RedPower has fallen by the wayside along with it's bundled cables, often a pivital part of any command / control programs. In search of a replacement I ventured into using OpenPeripherals in an attempt to control and monitor a sizeable amount of IC2 nuclear reactors. Since I didn't pay too much attention to detail I failed to realise that it's not possible to switch them on and off remotely in OpenPeripherals. After examining the situation I realised that there is no way to achieve this without placing a computer by every single reactor, roughtly 16 in total.
After giving it some thought I went out on a limb and tried to coax the redstone api into sending signals through modems, since their syntax seems similar to the input that the peripherals api expects.
Any advice would be great along with any supporting material. It would also be nice if anyone could tell me if the redstone api will ever be able to handle remote signaling like the code above, as it would make it much easier to control huge arrays of machines and contraptions.
Thanks in advance and all the best.
After giving it some thought I went out on a limb and tried to coax the redstone api into sending signals through modems, since their syntax seems similar to the input that the peripherals api expects.
redstone.setOutput("nuclear_reactor_0", true)
Any advice would be great along with any supporting material. It would also be nice if anyone could tell me if the redstone api will ever be able to handle remote signaling like the code above, as it would make it much easier to control huge arrays of machines and contraptions.
Thanks in advance and all the best.