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

Remove v0 code from codebase #88

Closed EliasJRH closed 3 months ago

EliasJRH commented 3 months ago

Closes #76

This PR removes all v0 code from the codebase.

In doing this, the StatusDataBlock from v0 was migrated to v1 so that json_packets.py can still be used. Additionally, because of the large number of enums that data_block.py requires, all enums were moved to data_block_enums.py.

Block header tests were also updated to use v1 block header parsing.