-
Notifications
You must be signed in to change notification settings - Fork 23
Remote Control
razvanzeces edited this page Jun 7, 2026
·
1 revision
FlowStation can be controlled directly from a radio by sending TETRA status messages (U-STATUS). This lets authorized operators restart, shut down, or kick all terminals without touching the dashboard — useful when the BS is remote and you only have a radio in hand.
[cell_info.sds_command_control]
authorized_issis = [2260570, 2260571]
[[cell_info.sds_command_control.commands]]
status_code = 32001
action = "restart" # restart / shutdown / kick_all
[[cell_info.sds_command_control.commands]]
status_code = 32003
action = "kick_all"- A radio listed in
authorized_ississends a status message with a configuredstatus_code - FlowStation matches it to a command and runs the
action - Status messages from non-authorized ISSIs are ignored
| Action | Effect |
|---|---|
restart |
Restarts the BS service (uses the configured service_name) |
shutdown |
Stops the BS service |
kick_all |
Forces every registered terminal to re-register |
- Only ISSIs in
authorized_issiscan trigger commands — keep this list tight - Pick
status_codevalues that won't collide with normal status traffic on your network -
restart/shutdownrely on the service name matching your systemd unit (see Installation)
FlowStation · maintained by Razvan Zeces / YO6RZV · flowstation.dev · Apache 2.0