This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
onlyhtml's profile picture

ICBM remote launch program

Started by onlyhtml, 27 January 2013 - 06:24 PM
onlyhtml #1
Posted 27 January 2013 - 07:24 PM
I've written a pretty simple script for remotely controlling ICBM launch stations. For the server, place a computer with a modem next to a launch panel and install the server program. For the client, just place a computer with a modem and install the client program.

Command list:
Launch
Get target
Set target
Get frequency
Set frequency
Get ID
Set ID
Alive check (checks to see if the server responds)
Exit

Pretty simple program. If you have any questions/suggestions/problems, please post it in this thread.

Links:
Server
Client
Roadhouse699 #2
Posted 07 March 2013 - 02:40 PM
I'm trying to make one of these right now for my nuclear submarine. What is the peripheral that you wrap called (what would you put in this blank: _____ = peripheral.wrap(side))? I can't access the links.
Roadhouse699 #3
Posted 08 March 2013 - 11:41 AM
I'm trying to make one of these right now for my nuclear submarine. What is the peripheral that you wrap called (what would you put in this blank: _____ = peripheral.wrap(side))? I can't access the links.
never mind, I figured it out.
onlyhtml #4
Posted 11 March 2013 - 11:06 AM
Anybody have any suggestions for this?
Roadhouse699 #5
Posted 12 March 2013 - 08:19 AM
Anybody have any suggestions for this?
Add this command to the original post:
icbm = peripheral.wrap("side")
samrpopo #6
Posted 27 June 2013 - 04:25 AM
Quick question! So i just installed this and it all seems to be working ( still just checking things out) BUT how come it only asks me for X and Y Coords but not Z ? did i mess something up when I installed it possibly?
H4X0RZ #7
Posted 27 June 2013 - 04:39 AM
Quick question! So i just installed this and it all seems to be working ( still just checking things out) BUT how come it only asks me for X and Y Coords but not Z ? did i mess something up when I installed it possibly?
The missile launch thing only wants X and Y coords.
samrpopo #8
Posted 27 June 2013 - 04:45 AM
Quick question! So i just installed this and it all seems to be working ( still just checking things out) BUT how come it only asks me for X and Y Coords but not Z ? did i mess something up when I installed it possibly?
The missile launch thing only wants X and Y coords.
But how come when i open the actual launcher control panel for the rocket it asks for X-Coord and Z-coord? Y is just the level were on isnt it?