mirror of
https://github.com/misadeks/tetra-bluestation.git
synced 2026-05-25 09:54:03 +00:00
9e057e7b15
Version 0.5.8: * Added Telemetry and Control frameworks, running as separate threads in the stack. Telemetry can send event data to an external telemetry service, while Control allows the BS to receive Control commands from an external Control service. * Currently, Telemetry events for MS (de)registration and group attach/detach are implemented. Control supports remote command for SDS sending. Try `sendsds 1 <your_ms_ssi> false 82042d014869` * Provide sample systemd service file (#66) in /contrib/systemd Further changes: * Refactored brew jitter buffer into separate file * Refactored websockets into a separate transport * Removed obsolete tnmm example networked entity code * Moved brew entity to net_brew entity to designate it's a networked component * Renamed tetra-bluestation binary to bluestation-bs * Added support for secret fields in config, that will not be printed through Display or Debug