Fitdump - Show contents of Garmin .FIT files
fitdump -show_version=1 fitdump [-semicircles_to_deg=(0|1)] [-mps_to_kph=(0|1)] [-use_gmtime=(0|1)] [-maybe_chained=(0|1)] [<file> ... ]
Fitdump reads the contents of Garmin .FIT files given on command line (or standard input if no file is specified), and print them in (hopefully) human readable form.
The latest version is obtained viafitdump-0.06.tar.gz (3KB, 2016-09-11 10:08:03).
It uses a Perl class
Garmin::FIT
.
of version 0.23 or later. The main role of this program is to give a sample application of the class.
Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
This program is distributed with ABSOLUTELY NO WARRANTY.
Anyone can use, modify, and re-distibute this program without any restriction.
$maybe_chained
fetch_from()
reset()
, maybe_chained()
, and end_of_chunk()
to support chained FIT files.
dump_it()
fetch_from()
fetch_from()
fetch_from()
close()
when fetch_header()
failed.
init_it()
dump_it()
print_all_fields
of Garmin::FIT
.
fetch_from()
fetch_all()
.
rewrite with new methods of Garmin::FIT
.