The ground station software used to interface with the ground station LoRa board and distribute signals from the rocket across websocket connections.
7
stars
6
forks
source link
Implemented telemetry buffer on backend #51
Closed
TASelwyn closed 10 months ago
This PR implements a telemetry buffer to store a configurable amount of packets into memory.
This is needed for the UI to have a packet history, as well as the anomalous faults hysteresis calculations.
Closes #29