Bill374 / 2000-sail-polars

NMEA2000 message logging and sailing performance analysis
GNU General Public License v3.0
0 stars 0 forks source link

Add rkrutils.py for useful python classes and functions #6

Closed Bill374 closed 3 years ago

Bill374 commented 3 years ago

Move zip_logs() and send_to_drive() from nmea.py to rkrutils.py and complete their implementation. nmea.py should be reserved only for NMEA2000 related functions.

Consider other functions related to checking wifi connections.

Bill374 commented 3 years ago

Created rkrutils.py and moved zip_logs() and send_to_drive().

Implementation of send_to_drive() still to be done.

Bill374 commented 3 years ago

Completed.