Posted 20 April 2013 - 02:36 PM
These are two very simple programs that let you control a turtle with a terminal.
Note that you need to have Node.js installed on the system you want to run this on and the http API enabled in ComputerCraft.
Usage:
Client: pastebin get AJJneYs5 remote
As I said, these are pretty simple programs and are mostly just a proof-of-concept of something that's probably been done already.
Example usage of this could be using an SSH client on your phone to connect to your computer and run it from there, so you can use your phone to remote control a turtle.
Note that you need to have Node.js installed on the system you want to run this on and the http API enabled in ComputerCraft.
Usage:
- Run the server component:
node ./server.js
- Put the client program on some turtle and run it, it should then be controllable through the terminal where the server program runs.
- W/A/S/D: These should be obvious
- J: Mine block
- L: Place block
- I/J: Move up/down
- Q: Quit
Client: pastebin get AJJneYs5 remote
As I said, these are pretty simple programs and are mostly just a proof-of-concept of something that's probably been done already.
Example usage of this could be using an SSH client on your phone to connect to your computer and run it from there, so you can use your phone to remote control a turtle.