software

X10 Server

Apr
05
Tags: 

The X10 server program provides network support for using the X10 control system. The server support two X10 controllers, the CP290 and CM15A. The X10 Client application can be run on remote machines to communicate with the server app. The server app maintains descriptions of the usage of each unit and shares that with the client apps.

Configuration
The X10 Server uses the Registry to store its setting. Everything is configurable from menus.

Posted By Charlie read more

Rule Evaluation Server

Apr
05
Tags: 

This will be the system that evaluates the state of the overall system, evalutates rules and invokes actions as a result.

Posted By Charlie read more

USB Watcher

Apr
05
Tags: 

This is a background app that watches for a USB device to be mounted. If it finds an appropriate key file with user credentials, it will automatically log them into the console application.

Posted By Charlie read more

Ship Model Server

Apr
05
Tags: 

The Spaceroom Ship Server (SRModel.exe) models the function and systems of the ship as well as uses the ODE physics engine to move about space. It receives commands from the Console application.

Configuration

Config file: SRModel.ini

# TCP/IP settings
[Network]
ModelServerPort=88
UDPBroadcast=10080

Posted By Charlie read more

Web Service Host

Apr
05
Tags: 

The web service host (SimpleServer.exe) is a plugin based web server. It supports calling plugin modules as well as serving files in mapped directories. It is meant to provide core common web services such as authentication and role information. It also hosts modules that provide sound and voice production that are rendered on the main sound system.

Configuration

The application uses Simple.ini to manage settings.

[Settings]
StartInTray=0 or 1 # determines whether or not to start minimized in system tray.

Posted By Charlie read more

Pages

Subscribe to RSS - software