A global rednet/modem bridge for computercraft.
> wget https://raw.githubusercontent.com/justync7/rednoot/master/client.lua rednoot
Typically this will work out of the box:
> rednoot
But if it does not, you may supply these arguments (parentheses are defaults):
> rednoot [endpoint (ws://rednoot.krist.club)] [mountPoint (front)]
A public instance is hosted at ws://rednoot.krist.club
.
You will need to already have node.js installed on your system.
$ npm install
$ npm start
If you want to implement the protocol yourself or make something out of game that uses it, the specification can be found here