Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Design a method to persistently store GPS data #20

Open
bpaul2 opened this issue Nov 27, 2023 · 3 comments
Open

Design a method to persistently store GPS data #20

bpaul2 opened this issue Nov 27, 2023 · 3 comments
Assignees
Labels
GPS Tracker Any issues pertaining to the connection to the GPS tracker

Comments

@bpaul2
Copy link
Contributor

bpaul2 commented Nov 27, 2023

During rocket flight, the data from the GPS trackers must be stored locally somewhere within the groundstation so it can be read post-flight. There are no hard restrictions on how the data must be formatted and stored, but it must be done so in a wasy which either conforms with known standards or is easily readable.

@bpaul2 bpaul2 added this to the Persistent Data Storage milestone Nov 27, 2023
@bpaul2 bpaul2 added the GPS Tracker Any issues pertaining to the connection to the GPS tracker label Nov 27, 2023
@bpaul2
Copy link
Contributor Author

bpaul2 commented Feb 3, 2024

Storing via text file is complete, now we should expand this by looking into storing data via local SQL database

@bpaul2 bpaul2 linked a pull request Feb 3, 2024 that will close this issue
@z-codeit
Copy link

z-codeit commented Feb 4, 2024 via email

@bpaul2
Copy link
Contributor Author

bpaul2 commented Feb 4, 2024

While it'll be nice to have, it's not critical to have it complete. We still need to research a proper way to do so anyways

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
GPS Tracker Any issues pertaining to the connection to the GPS tracker
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants