Console Application

This is the program that crew members use to operate the ship. Using the same plugin system as the App Server, modules can be added to the application to allow the crew to perform all appropriate functions. The role service provides information to the console for a person controlling what functions they are able to perform.

Configuration

[Settings]
// Location of supporting images for application
ImageRoot=Images

[Network]
// Normal port for console running on client machine
Port=80
// Alternative port for console running with web server
// Port=88

// The console application is a functioning web server and therefore provides a
// system for mapping to directories.
[Aliases]
NETWEB=WebContent