ive completed my nuclear/missile arsenal for my island, the island is 10k in radius. the island is owned by my faction called skynet, because its my faction and not many have bothered to play around with computercraft i have seen a ally of mine use the computers to manage his/her missile defensive system.
what i have setup is a database that manages missiles, emailing, member info for all faction members. auth page that requests username and password to open up the database according to your rank you access that information.
since i have many enemies with different coordiantes and launch bases. i have setup bases around the minecraft server that locate and kill flying missiles, what is inefficient is that they only kill missiles in the 100 block radius.
what we cant do is get coordinates from the radar of the location the missile is sent from or the origin.
i have come up with a program that runs on startup that first prompts for username and password, than opens up the directory. within the directory for missiles i have the whole setup ready.
all i need to find is a way to get a modem to transfer a command to another comuter which will execute the command to release a redstone signal and activate the missile launch.
this project is quite huge and is something that isnt out there, i havent come across a database for organizing information nor a way to edit the same database with another computer. my friend has done it.
my plans are
1. secure a network (done)
2. create military part of network (done)
3. create a broadcast system that can work for the icbm defense and offensive needs.
4. create a database system that organizes the members info (done)
5. create a broadcast system for my recruiter[ranks] to open their computers input the new members name pass, user, etc.
6. create a broadcast system to email other users (partially done)
what i simply need is.
1. a way to get origin of incoming missiles and input that into icbm launchers than fire them.
2. a way to allow recruiters to edit the program to input new members username and password.
3. a way to email other users across the island.
for all of this we are using the /mail command and the /msg command, if we have to transfer documents since we have no networking capabilties we use flans airplanes to transfer printed code and documents to facilities across the island. we have a subway system which is quite inefficient when it comes to moving files and people because those people might tamper the files.
airplanes are the best current method of file transport.
and for missile defence our anti ballistics shoot missiles down and trigger an emp burst to take em out shortly after if two or more missiles are detected. if more than 5 to 10 missiles are detected the forcefield is charged when the pulse is received from a radar dish 1000 blocks from the island, it charges up the forcefield which takes 5 minutes so that it can fully defend the island.
again all i need is a way to locate the origin of incoming missiles, sending of commands to another computer that than executes the command for example,
send from pc 1: launch missiles
pc 2: send pc 1: select silo
pc 1: send pc 2: silo 2
pc 2: Launching missiles,
pc 2: send pc 1: launched missiles.
pc 1: Missile launch success.
if you like it give it a vote up.