Specifications

File: /home/steve/Desktop/readme.txt Page 2 of 4
crash the system. Safeguards against such possibilities are developed for future releases,
but not included with this release.
Additional Files required
=========================
DROS expects to be installed to a specific path, and expects to find additional support files
at specified loactions.
/LWA/scripts Contains the launch.sh host script. see sec. "Host Script"
/LWA/config Conatins defaults.cfg, and formats.cfg
/LWA/bin Contains the DROS binary "WAVE_Y"
/LWA/database Folder to hold runtime information such as log and scheduling databases.
Runtime fiules are created automatically if missing.
defaults.cfg
============
This file is used to configure the MCS-DROS on first boot and/or at the issuance of an INI command
The following is a sample config file. Note that the values are those used in development,
and not suitable for the LWA shelter network environment.
/----------------------------------------------------------------------------------------\
| # system IP |
| SelfIP 192.168.1.20 |
| |
| # system reference Identifier |
| MyReferenceDesignator MD1 |
| |
| # udp port to listen for messages |
| MessageInPort 5001 |
| |
| # udp port to send responses to (presumable MCS) |
| MessageOutPort 5000 |
| |
| # URL to send responses to (presumably MCS) |
| MessageOutURL 192.168.1.20 |
| |
| # udp port to listen for data |
| DataInPort 6002 |
| |
| # ntp time server ip address or URL |
| TimeAuthority ntp.ubuntu.com |
\----------------------------------------------------------------------------------------/
formats.cfg
===========
This file is used to describe the supported data formats of the MCS-DROS on first boot and/or
at the issuance of an INI command. The following is a sample config file. Note that the values
are those used in development, and not necessarily the final values. (i.e., this is to demonstrate
the format, not specify content)
/----------------------------------------------------------------------------------------\
| |
| # number of formats |
| FORMAT-COUNT 3 |
| |
| # format 0: default full TBN |
| FORMAT-NAME-0 DEFAULT_TBN |
| FORMAT-RATE-0 117440512 |
| FORMAT-SPEC-0 K1024 |
| FORMAT-PAYLOAD-0 1024 |
| |
| # format 1: default full TBW |
| FORMAT-NAME-1 DEFAULT_TBW |
| FORMAT-RATE-1 104857600 |
| FORMAT-SPEC-1 K1224 |
| FORMAT-PAYLOAD-1 1224 |
| |
| # format 2: debugging format spec rules TBN |