A complete rewrite of Basestation_Software into a Blazor interactive webapp. Complete with a SQLite database for storing data and an API to interface with it.
The Logger Component records essential mission data for post-mission analysis, including rover movements, sensor readings, and subsystem performance metrics. It also allows for viewing of system logs from the rover during task. The logger should be able to be used by other components or other parts of the code on Basestation in order to print data.
The Logger Component records essential mission data for post-mission analysis, including rover movements, sensor readings, and subsystem performance metrics. It also allows for viewing of system logs from the rover during task. The logger should be able to be used by other components or other parts of the code on Basestation in order to print data.