Skip to content

usedbytes/fit

 
 

Repository files navigation

fit

license GoDoc Travis Build Status

This library is at the moment not actively maintained.

fit is a Go package that implements decoding of the Flexible and Interoperable Data Transfer (FIT) Protocol. Fit is a "compact binary format designed for storing and sharing data from sport, fitness and health devices". Fit files are created by newer GPS enabled Garmin sport watches and cycling computers, such as the Forerunner/Edge/Fenix series.

The two latest versions of Go is supported. The core decoding package has no external dependencies. The latest release of Go and a few external dependencies are required for running the full test suite and benchmarks.

FIT SDK Version Support

Current supported FIT SDK version: 20.43

Warning: Data Developers Fields are not yet supported (#21).

Older supported profile versions:

  • 20.27
  • 20.14
  • 16.20

Other profile versions may work, but have not been tested.

Features

  • Supports all FIT file types.
  • Accessors for scaled fields.
  • Accessors for dynamic fields.
  • Field components expansion.
  • Go code generation for custom FIT product profiles.

Installation

$ go get github.com/tormoder/fit

About fit

About

A Go package for decoding Garmin FIT files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.1%
  • Makefile 0.9%