How to make a turtle run a program over the Modem API in computercraft
I have an advanced computer with a wireless modem in my world as well as several Wireless turtles. Now I want to sent a program from that computer to the turtle and run it.
I looked up the modem API on the ComputerCraft website but I could not find a way to do it.
Do I need advanced turtles? Are there advanced turtles in FTB Mindcrack 1.4.7 (I don't know the version of ComputerCraft in the Mindcrack version of FTB)
How can I send programs to the turtles and run them from my advanced computer?
Best Answer
I made a nice script using some of the logic from UnionHawk's post for the latest ComputerCraft version, CC: Restitched v1.100.2
https://github.com/spencer-hanson/ComputerCraftPrograms/blob/master/update.lua
Just run 'update --server' on a computer connected to a floppydrive and 'update' on any turtle/computer you want to sync the scripts to
Pictures about "How to make a turtle run a program over the Modem API in computercraft"



How do you use the turtle in ComputerCraft?
To start a new program, simply type edit followed by a file name. This guide will start with the first two obvious programs to get the user's feet wet, but will quickly move to specific examples that apply to CraftOS and ComputerCraft's interaction with other objects in the world.How do you run a program in ComputerCraft?
Modems are blocks which can be used to wirelessly transfer data between Computers and Turtles, using the Rednet API or the Modem API. To place a modem on a side of a computer, right-click while sneaking....Wireless Modem.ModemItem IDComputerCraft:CC-PeripheralDamage Value1Peripheral?Yes- Modem (API)1 more row•Aug 4, 2020Fully automated strip mining in Minecraft using ComputerCraft Turtles
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: ThisIsEngineering, Taryn Elliott, ArtHouse Studio, ArtHouse Studio
