Deleted Added
full compact
map (287453) map (288143)
1
2
3#------------------------------------------------------------------------------
1
2
3#------------------------------------------------------------------------------
4# $File: map,v 1.3 2015/07/09 15:16:41 christos Exp $
4# $File: map,v 1.4 2015/08/10 05:18:27 christos Exp $
5# map: file(1) magic for Map data
6#
7
8# Garmin .FIT files http://pub.ks-and-ks.ne.jp/cycling/edge500_fit.shtml
98 string .FIT FIT Map data
10>15 byte 0
11>>35 belong x \b, unit id %d
12>>39 lelong x \b, serial %u

--- 7 unchanged lines hidden (view full) ---

20>>49 leshort x \b, product %d
21>>53 byte x \b, type %d
22>>53 byte 1 \b (Device)
23>>53 byte 2 \b (Settings)
24>>53 byte 3 \b (Sports/Cycling)
25>>53 byte 4 \b (Activity)
26>>53 byte 8 \b (Elevations)
27>>53 byte 10 \b (Totals)
5# map: file(1) magic for Map data
6#
7
8# Garmin .FIT files http://pub.ks-and-ks.ne.jp/cycling/edge500_fit.shtml
98 string .FIT FIT Map data
10>15 byte 0
11>>35 belong x \b, unit id %d
12>>39 lelong x \b, serial %u

--- 7 unchanged lines hidden (view full) ---

20>>49 leshort x \b, product %d
21>>53 byte x \b, type %d
22>>53 byte 1 \b (Device)
23>>53 byte 2 \b (Settings)
24>>53 byte 3 \b (Sports/Cycling)
25>>53 byte 4 \b (Activity)
26>>53 byte 8 \b (Elevations)
27>>53 byte 10 \b (Totals)
28
29# TOM TOM GPS watches ttbin files:
30# http://github.com/ryanbinns/ttwatch/tree/master/ttbin
31# From: Daniel Lenski
320 byte 0x20
33>1 leshort 0x0007
34>>0x76 byte 0x20
35>>>0x77 leshort 0x0075 TomTom activity file, v7
36>>>>8 leldate x (%s,
37>>>>3 byte x device firmware %d.
38>>>>4 byte x \b%d.
39>>>>5 byte x \b%d,
40>>>>6 leshort x product ID %04d)
41