index
netstone
netstone is a redstone manipulation program,
it can act like ports (eg:NOT,AND,OR) or as a wireless bridge for rednet wires
the ports act like redstone ports from mods would, but they are re-programable and don't require extra mods
the wireless bridge transmits a signal from point A to point B over rednet
a bridge can have multiple receivers, a signal can travel one way only.
bridge setup:
let's start with the sender computer
install netstone using mapt install netstone, the config tool will pop up.
select "bridge", then select "sender", then provide the side your redstone input is on,
finish with the id's of the receiving computer(s)
done! you can re-run this config tool any time with the "netstone" command or with "/bin/netstone.sh"
for the receiving side, again install netstone.
this time select "receiver", again select the side and provide the sender's ID
done!
you can now test your setup, simply change the redstone signal on the sender's side and watch.
port setup:
install netstone using mapt install netstone, the config tool will pop up.
select what port you would like and follow the instructions.
a NOT port will ask the input and output side, wire it up like that.
an OR port will ask for the output side, any other side counts as input.
an AND port will ask for the output side, that side will be exluded from input.
AND will take "left","right","front" and "back" as input sides