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

Added Telemetry Parsing ability to ground station. #43

Closed TASelwyn closed 10 months ago

TASelwyn commented 10 months ago

Merged Telemetry-Parser into ground station. Updated replay & mission list to support MBR data files, among other misc fixes.

Turns out, Spaceport2023.mission was a MBR CUInSpace data file which our ground station didn't account for. This is an unrecommended way of handling mission files, as flight only mission files are much preferred.

A majority of this code came from https://github.com/TASelwyn/CU-InSpace-telemetry-parser/