SWTN Controlling Station
Parameters
Parameter | Datatype | Default Value | Description |
---|---|---|---|
DEBUG | enum | 0 | Enable debugging |
DUMP | enum | 0 | Enable communication dump |
PEER_ADDRESSES | list_of_inet_addr | Destination TCP/IP hostname:port, separate multiple entries with comma | |
RECONNECT_DELAY | float | 10 | Reconnection delay after connection lost |
T_FRAME_TTL | float | 10 | Frame time-to-live [s] |
T_PAYLOAD_TTL | float | 60 | Application-layer payload time-to-live [s] |
T_FORCED_COMMAND_REFRESH | float | 3600 | Forced command refresh period [s] |
T_MEASUREMENT_VALID | float | 3600 | Measurement validity period after latest update [s] |
Measurements
This stack supports measurements.
Measurement address
Type: regex
Description:
<UID3>.<UID2>.<UID1>.<UID0>/<IOA> or 0x<UID hex>/<IOA>
Examples:
10.5.3.8/123 - UID 10.5.3.8 (0x0A050308), Information Object Address 123
0xAB01E0CD/25 - UID 171.1.224.205 (0xAB01E0CD), Information Object Address 25
Commands
This stack supports commands.
Command address
Type: regex
Description:
[TI<TI>@]<UID3>.<UID2>.<UID1>.<UID0>/<IOA> or [TI<TI>@]0x<UID hex>/<IOA>
Examples:
10.5.3.8/123 - UID 10.5.3.8 (0x0A050308), Information Object Address 123, use implicit information element type
0xAB01E0CD/25 - UID 171.1.224.205 (0xAB01E0CD), Information Object Address 25, use implicit information element type
TI86@10.5.3.8/123 - UID 10.5.3.8 (0x0A050308), Information Object Address 123, use information element type 86
TI53@0xAB01E0CD/25 - UID 171.1.224.205 (0xAB01E0CD), Information Object Address 25, use information element type 53