A number of example configuration files are provided as a reference.
| Example | Description |
|---|---|
| siam-env.macos | Modify and source this script (e.g. from .profile) to set or change SIAM environment (Mac OS) |
| siam-env.win32 | Modify and source this script (e.g. from .bashrc) to set or change SIAM environment (Windows/Cygwin) |
| siam-env.linux | Modify and source this script (e.g. from .bashrc) to set or change SIAM environment (Linux) |
| .puck-env | Modify and source this script (e.g. from .bashrc) to set or change PUCK build environment |
| .profile (.bashrc) | Sample bash shell with SIAM configuration (see siam-env scripts above) |
| siamPort.cfg | Sample SIAM application configuration file |
| siamEnv | Sample SIAM environment file (MOOS) |
| siam.log4j | Sample log4j configuration file (from SIAM_HOME/properties) |
| inittab | Sample /etc/inittab (MOOS) |
| hosts | Sample /etc/hosts |
| puckxml | Example PUCK xml - schema describes data stream to SSDS |
| peers | /etc/ppp/peers PPP session definition file (Linux/MOOS) |
| pap-secrets | /etc/ppp/pap-secrets PPP authentication file (Linux/MOOS) |
| rc.local | /etc/rc.d/rc.local initialize system and start SIAM application on boot (Linux/MOOS) |
| Example PUCK Makefile | Sample makefile for building SIAM JAR files (for SIAM quickstart example) |
| example.xml | example comments-only PUCK XML file (for SIAM quickstart example) |
| siamPort.cfg.example | SIAM application configuration file (for SIAM quickstart example) |
| PUCK build script | Illustrates shell script method for building PUCK JAR files |