12 posts
Posted 12 October 2012 - 01:45 PM
i bought some day ago an iphone 4s :3
So i was thinking to combine iphone and computercraft,somethings like a turtle commanded by a controller on the iphone or something like that :Q
871 posts
Posted 12 October 2012 - 02:20 PM
there's a pastebin app for the iphone, assuming it lets you edit pastes you could program a turtle to pull the paste at some regular intervals and use that as a mechanism to send turtles commands or even new programs. You could probably modify the put command in the pastebin lua program in cc to upload a new version of a paste rather than create a new paste as well, which would allow the turtle to send status and log info you could get on your phone. You might wind up getting your server banned from pastebin if your turtle is either polling or updating too frequently, though.
146 posts
Location
the Netherlands
Posted 12 October 2012 - 03:29 PM
You can try this:
- A turtle remote control program (you can make this yourself or try
mine- iPhone remote joystick app (for controlling the pc)
- A keymapper if needed (set it that you have the WASD keys, or any key you configured in the turtle program)