CarletonURocketry / ground-station

The ground station software used to interface with the ground station LoRa board and distribute signals from the rocket across websocket connections.
https://carletonurocketry.github.io/ground-station/
MIT License
7 stars 6 forks source link

Implemented telemetry buffer on backend #51

Closed TASelwyn closed 10 months ago

TASelwyn commented 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

TASelwyn commented 10 months ago

I've rebased master into repo & made the recommended changes.