Posted 31 August 2014 - 05:51 PM
Hello,
for a project I need a master turtle to place several other turtles, which all have a startup program. The master turtle should be able to give each placed turtle a seperate program.
Is there any way to this? I already tried to mount the "slave" as peripheral, but according to the CC-Wiki there are only these functions:
computer.turnOn() nil Turns on the Computer or Turtle.
computer.shutdown() nil Shuts off the Computer or Turtle.
computer.reboot() nil Reboots the Computer or Turtle.
computer.getID() number computerID Gets the ID of the Computer or Turtle.
I saw something like this in this thread, but I don't know how it's done.
for a project I need a master turtle to place several other turtles, which all have a startup program. The master turtle should be able to give each placed turtle a seperate program.
Is there any way to this? I already tried to mount the "slave" as peripheral, but according to the CC-Wiki there are only these functions:
computer.turnOn() nil Turns on the Computer or Turtle.
computer.shutdown() nil Shuts off the Computer or Turtle.
computer.reboot() nil Reboots the Computer or Turtle.
computer.getID() number computerID Gets the ID of the Computer or Turtle.
I saw something like this in this thread, but I don't know how it's done.
Edited on 31 August 2014 - 03:53 PM