Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Routeros Scripts | 845 | 4 days ago | 7 | gpl-3.0 | RouterOS Script | |||||
a collection of scripts for MikroTik RouterOS | ||||||||||
Consul Snapshot | 111 | 8 months ago | 11 | August 16, 2017 | 7 | apache-2.0 | Go | |||
consul-snapshot is a backup and restore utility for Consul (https://www.consul.io). This is slightly different than some other utilities out there as this runs as a daemon for backups and ships them to S3. Also has integrated monitoring and backup health checks. | ||||||||||
Hbackup | 22 | 6 years ago | 1 | apache-2.0 | Java | |||||
Dbatdpmon | 20 | 20 days ago | mit | TSQL | ||||||
dbaTDPMon - Troubleshoot Database Performance and Monitoring | ||||||||||
Gymtracker | 9 | a year ago | mit | Swift | ||||||
A simple utility to track your workout at the gym. | ||||||||||
Huawei Health To Gpx | 8 | 4 years ago | June 04, 2021 | 5 | mit | Go | ||||
Convert activities from the Huawei Health app and activity trackers to GPX files | ||||||||||
Monitoring Scripts | 5 | 4 years ago | unlicense | Shell | ||||||
🖥 A Set of Bash Scripts for Monitoring Services and Stacks | ||||||||||
Cron Backup Base | 3 | 4 years ago | mit | Shell | ||||||
Dumping a backup file and transfer it via FTP or NFS (supports periodic backups and health checking) | ||||||||||
Fsnnodehealthcheck | 3 | 4 years ago | Python | |||||||
Python program running in the background to check that your node is running properly. |
Golang app that generates GPX files from a Huawei HiTrack backup.
HiTrack data is what Huawei wearables generate after an activity (Huawei Band 3 PRO is an example).
This app gets as input the HiTrack data from a Huawei Health app backup (as SQLite database) and outputs GPX files with support for timestamped GPS, altitude, heart-rate, and cadence data where available.
This app gets inspiration from Huawei TCX Converter which should be used if your backup has a different format (see below).
/HuaweiBackup/backupFiles/<backup folder>/
and copy com.huawei.health.db
to your computer. If you can't find the .db
file but you find the com.huawei.health.tar
file, than you should use Huawei TCX Converter.For some reason if your wearable loses the GPS signal at the end of the record, the outputted dump doesn't contain GPS data, although the Health app can still show the track. This happen at least on the Band 3 Pro.
The fact that the Health app shows the GPS track let me suspect data is still somewhere, but I didn't find a way to get it :/
git clone [email protected]:tommyblue/huawei-health-to-gpx.git
./scripts/setup
./scripts/install
The app can check the db and list the existing tracks:
hitrack2gpx ~/<path>/com.huawei.health.db
If an activity ID is provided, the app outputs the GPX file:
hitrack2gpx ~/<path>/com.huawei.health.db <ID>
The output can be saved to a file:
hitrack2gpx ~/<path>/com.huawei.health.db <ID> > ~/<path>/file.gpx