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

[DRAFT] Detect anomalous measurements and publish to websocket #59

Closed TASelwyn closed 1 week ago

TASelwyn commented 8 months ago

This PR adds the functionality to detect anomalous measurements from the telemetry packets and report them to connected clients (Such as the UI)

Closes #36 and #40