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

Replay refactor #77

Closed linguini1 closed 4 months ago

linguini1 commented 4 months ago

This pull request refactors the replay system to only support the new replay format (plain-text hex representing transmitted packets).

Major changes

There are also some small changes where Mission objects no longer have "epochs" as there is less metadata on mission files now. Length is measured in number of packets. Old mission files deleted, etc.

The telemetry replay play command works as intended with no errors, so this functionality is complete enough to be merged. Issues will be opened for resolving any other refactor side effects.

EliasJRH commented 4 months ago

Closes #76