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
6 stars 5 forks source link

New JSON output format! #80

Closed TASelwyn closed 3 months ago

TASelwyn commented 4 months ago

The goal of this PR is to have a dynamic/decoupled telemetry output format so the UI doesn't need to understand what packet version and how they're decoded to be able to utilize it. A standard output no matter what packet versions the ground station receives.

Also shuffles v1 data_block for classes to be in block number order, among a few other misc fixes.

linguini1 commented 3 months ago

Is this almost ready for merge? No rush, just looking for a timeline.

TASelwyn commented 3 months ago

Is this almost ready for merge? No rush, just looking for a timeline.

All ready now. I just had one thing left to do.

TASelwyn commented 3 months ago

Resolved all above comments. Please take a look again.