26 posts
Posted 31 May 2014 - 10:55 PM
I have just learned how to set up wireless mining turtles and I wrote a programme from a tutorial but the program takes a while to write out so is there an easy way to transmit this program to other turtles. Also is there a way to have a server controller computer with a printer and disk drive that all my computers can use (preferably wireless) so I can write a program on a computer and then send it to specific computers print it and save onto a disk?
12 posts
Posted 01 June 2014 - 12:47 AM
If you have HTTP enabled (which should be enabled by default), you can use the pastebin program.
First, use "pastebin put FILENAME", which will upload the script to pastebin and give you a code.
Then on the turtle, use "pastebin get CODE", with the code from before.
If you feel like this is kind of cheating, disks would be the best way to go. I don't think you can automate this.
26 posts
Posted 01 June 2014 - 01:07 AM
If you have HTTP enabled (which should be enabled by default), you can use the pastebin program.
First, use "pastebin put FILENAME", which will upload the script to pastebin and give you a code.
Then on the turtle, use "pastebin get CODE", with the code from before.
If you feel like this is kind of cheating, disks would be the best way to go. I don't think you can automate this.
Is the pastebin program in FTB Unleashed and do I need a existing file server. Also I wasn't aware that floppies worked in turtles
38 posts
Posted 01 June 2014 - 01:11 AM
check out file handling on the ended API and send you messages as tables through protocols to avoid confusion. I'm sure there are advanced modem API ways but that's what I set up. PC server that syncs w turtles and pocket comps
ender API, fs
https://github.com/SuicidalSTDz/EnderAPI/tree/master/apis
12 posts
Posted 01 June 2014 - 01:14 AM
I don't know about FTB Unleashed, but it is a standard part of CC now, and I think that it FTB is updated enough, since it's quite a long time ago it was added. It just uploads the scripts to
www.pastebin.com, so you don't need a fileserver.
Floppies work just fine, just use a disk drive next to it.
26 posts
Posted 01 June 2014 - 01:18 AM
Floppies work just fine, just use a disk drive next to it.
So I can put a drive next to a turtle
And FTB is minecraft 1.5 and it has advanced computers and monitors but not pockets or advanced turtles