Posted 18 May 2013 - 03:16 AM
I made a program for turtles that will use a text file on a server as a movement array. I also made a php file to generate the text file for you.
The turtle program can be downloaded by running pastebin get yc0Mb8nW.
When you have the program edit it and change the url(line 29) to your domain.
The PHP file can be downloaded from mediafire or pastebin.
Once you have the file you need to upload it to a web server that supports PHP.
Whenever you go on the website and enter an array in the box it'll generate a .txt file on your server called "turtle.txt".
The turtle will get the contents of that file and interpret it as movements. This is definitely not the most efficient way to
do something like this so don't be mad. Its not secure at all so if someone has the url they can control your turtle.
If you have any questions/problems/suggestions leave a reply and I'll see what I can do. You can use it for whatever you want just give credit where it's due.
The turtle program can be downloaded by running pastebin get yc0Mb8nW.
When you have the program edit it and change the url(line 29) to your domain.
The PHP file can be downloaded from mediafire or pastebin.
Once you have the file you need to upload it to a web server that supports PHP.
Whenever you go on the website and enter an array in the box it'll generate a .txt file on your server called "turtle.txt".
The turtle will get the contents of that file and interpret it as movements. This is definitely not the most efficient way to
do something like this so don't be mad. Its not secure at all so if someone has the url they can control your turtle.
If you have any questions/problems/suggestions leave a reply and I'll see what I can do. You can use it for whatever you want just give credit where it's due.