Something completely different in this episode. We take a look at an OpenComputers program which lets you test Drone code remotely without having to flash every time. The code we test this with makes a drone pick up a pig from one pen and makes it fly to another pen.
Original Net-flash programs by Fingercomp:
– Net-flash (computer side) https://github.com/OpenPrograms/Fingercomp-Programs/blob/master/net-flash/net-flash.lua
– pbios (Drone EEProm) – https://github.com/OpenPrograms/Fingercomp-Programs/blob/master/net-flash/bios.lua
pigs.lua (Flying pig) – https://github.com/nzhook/myrail/blob/master/opencomputers/drone/pigs.lua
View the full MyRail