| File | Date | Author | Commit |
|---|---|---|---|
| doc | 2015-04-12 |
|
[8a9e6b] Write summary data to separate file. |
| src | 2015-04-12 |
|
[8a9e6b] Write summary data to separate file. |
| LICENSE | 2015-04-12 |
|
[fc6314] Initial commit. |
| Makefile | 2015-04-12 |
|
[fc6314] Initial commit. |
| README | 2015-04-12 |
|
[a71721] Remove wrong step in build process doc. |
| TODO | 2015-04-12 |
|
[fc6314] Initial commit. |
Unfit ===== This program has been written to provide access to the useful information from the Activity FIT files generated by my Garmin Edge 510. The basic idea is just to get the heart-rate, speed, cadence etc from the files, and generate a CSV file for further processing. Building ======== $ make $ sudo make install Running ======= unfit -o <file.csv> <fit-file> For further information, see man-page included.