UPDATE 9/nov/2012: All these programs work on the newer versions of ComputerCraft, and always should. I am too busy IRL to actively develop M1cr0S or the Reactor Controller recently, although I hope to get a new version of M1cr0S out in the next few weeks - bringing message printing, colour text editor, improved synching and maybe more stuff.
Reactor Controller uses ice detection and/or temperature monitoring to determine if your reactor is overheating. It can be used to turn your reactor off after a certain amount of EUs have been generated. It also has a remote controller so that you can be up to 767 blocks away and control your reactor.
M1cr0S Server is a fully featured login and in-game-e-mail server with secure logins and ID card floppy creation and support. Other than direct syncing, M1cr0S never sends or stores passwords anywhere but on the server itself. It has a 1-9 ranking feature which can be used to allow only certain users into certain areas using the door locker.
Nuclear Reactor Controller 2.5 + Remote Controller
Spoiler
This is an ic2 nuclear reactor controller that can auto shutdown, monitor ice flow, be securely remote accessed and turn off the reactor after a defined amount of eus are generated. See the below image for an example setup. It can also control non ice cooled reactors.Features:
-Secure Remote Controller (RAT) for accessing the reactor controller up to 128 blocks away.
-Automatic Shutdown if ice stops travelling to reactor
-Automatic Shutdown upon receiving a redstone signal from a thermal monitor
-EU generate command which generates the defined amount of EUs then shuts down the reactor. Works after you reboot the pc and after its chunk is re-loaded
-Secure Login with optional support for M1cr0s Login Server (See Below)
-Supports Bundled and Redstone wiring
-Door Control functionality
Screenshots:
Spoiler
2 setups - redstone or bundled cables:Reactor Controller Menu:
Reactor Controller History:
Remote Contoller Scanning for Reactor Controllers:
Downloads:
-This contains the documentation aswell. Copy the contents of this zip onto a floppy: [attachment=437:Reactor Controller 2.5.zip]
-Pastebin Links (NOT Required if you downloaded the zip. Names are filenames on floppy):
-Readme (not required)
-Reactor Controller (name controller)
-Remote Controller (name rat)
-Installer (name startup)
-M1cr0API 3.2 or higher (name m1)
Changelog:
2.5 (Major Changes):
-Fixed toggleing door on a bundled wire turning on/off a reactor incidentally
-"Reset Ice Detector" replaced with "Reset Detectors", which will reset ice, esu, etc. states
-Unused options are no longer shown
-Door control is now optional
-Other menu labels changed
-Removed auto-login using a floppy on both controller and Remote Controller. Will be back in 2.6
2.4:
-Fixed pastebin link for installer
-Added support for thermal monitors via redstone signal
-No more sleeps in the program, and bundled cables should be more reliable now.
2.3:
-Initial Release
Previous Versions:
-2.4: [attachment=420:Reactor Controller 2.4.zip]
-2.3: [attachment=300:Reactor Controller 2.3.zip]
Todo:
-Reporting of generation time at the bottom of the screen.
-Printing event history on a monitor.
-CCSensor Support
Installation:
-Copy the contents of the zip file onto a floppy.
-Put the floppy in a computer and reboot (hold ctrl+r)
M1cr0S Server 1.7 + Client
Spoiler
This is a collection of programs that provides a secure door locker with rank based login permissions and a PM system. The server is used in my newer software for secure login purposes, and I plan to make an API for interacting with it soon.Features:
-Servers synchronise their user databases so that you can extend your range.
-Secure login and message storage using a custom encrypter.
-Automatic Shutdown of memail program to reduce load on servers.
-Clients lock themselves if there is no connection to the server, eg. During storms.
-Rank based user permissions allows you to set ranks on users and ban or allow them logging into certain things.
-The server can create login floppies which can be used to login quickly to m1cr0S secured programs.
-Door Locker can trigger another door locker pc, whos id can be defined during setup. eg. Hidden doors where there is a different computer controlling the door.
-Memail PM System is feature packed to cover all your CC PM needs.
Screenshots:
Spoiler
Server options menu and history:Door Locker setup:
Main Menu of Memail:
A Sample message, from m1cr0man to 0*10^c:
Downloads:
-This contains the documentation aswell. Copy the contents of this zip onto a floppy: [attachment=394:M1cr0S Software 1.7.zip]
-Pastebin Links (NOT Required if you downloaded the zip. Names are filenames on floppy):
-Readme & Documentation (not required)
-Installer (name startup)
-Server (name server)
-Door Locker (name door)
-Memail (name memail)
-M1cr0API (name m1)
Changelog:
1.7:
+Servers now sync with each other and keep emails and passwords the same across servers.
-Fixed stalling of Memail when password/username is entered wrong.
-Fixed crashing of memail and server when no disk drive was attached.
1.6:
-Initial release
Previous Versions:
1.6: [attachment=301:M1cr0S Software 1.6.zip]
Todo:
-Make an API for the server