Categorygithub.com/usedbytes/fit
repositorypackage
0.2.0
Repository: https://github.com/usedbytes/fit.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

fit

license GoDoc Build Status

This library is at the moment very much in flux.

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.

Current supported FIT SDK version: 16.20

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