Plague Corporation is a huge company, located in my local Tekkit server world, "World". The main purpose is to product a lot of different items and resources. It contains many many advanced machines which need constant supervising. That is where ComputerCraft comes in. Using one computer in the center of the base, you can control everything in there if you know the passwords. Here are a few images from inside of the base.
I will be only showing the CC part, not the whole system.
The Plague Corporation F*cking Huge Information Screen (is swearing allowed?)
This screen shows all information needed about the system. It has indicators for each machine, state will be "true" if the machine is on, "false" if the machine is off and "FAIL" if the state was failed to receive from the PCMF server. As you can see, power is generated with solar power, a lot of redstone engines and water mills. There are also indicators for light states. Using a light sensor from RP2, it can show whether it is dark or bright outside. Ingame clock is also shown. The computer below the screen is the computer used to control everything in the base. The button to the right is used to reset the computer behind the screen that is controlling the screen. MFSU power levels will be shown as soon as ccSensors is ported to bukkit.
The Server Room
This is the server room. In the first image, you can see the wireless transmitters that control the machines. The computer to the right is for getting the light states. In the second image, you can see the three main servers. The first from the left is the Plague Corporation Machine State server, AKA the PCMS server. It is used to get machine states, mostly for the information screen. The middle computer is the main machine server, Plague Corporation Main server, AKA PCM server. It handles the machines, nothing else. The third computer is the Plague Corporation Main File server, AKA PCMF is used to retrieve all passwords and software. The one receiver is used to know when the base main door is open. If the Tekkit server is reset or the PCM is rebooted, it can save and load the previous state of the machines to continue where they left off.
For some odd reason, i have not yet covered the whole base with construction foam, i will come around to that some day.
The Software
Using the Plague Corporation Machine System Installer disk, you can install the software used to control the machines to any computer. The software is stored in the PCMF and it can be retrieved using rednet. When you start the computer and login to the system, it will check which version of the software you have and compare that to the latest version, retrieved from the PCMF. If they are not a match, it will ask you if you want to update. If you do, it will update the software and reboot the computer for the changes to take effect. Editing the software is easy for me, since i am the server owner, i can access the computer files and edit them with Notepad++.
Security
All rednet messages are secured, so someone can not set up a computer to send fake messages to any of the servers or the main computer. There is also a new server (not shown in the image) that authenticates all computers trying to use the software. Only i can authenticate computers. The passwords are quite well secured, you can not access them with Lua commands unless you know what message to send which computer. The only way for someone to hack into the system would be to get to the main computer, open the different programs in the editor and see how they retrieve the passwords. I have not yet figured out a way how to block this, since crunching all the different programs into one single program would make a huge mess.
Thats about it, please give feedback if you do want to. I am very very proud of this system. There are many problems yet to be fixed but i am working on them all the time. I did this all in creative mode.