Skip to content

garmin/fit-csharp-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garmin - FIT C# SDK

FIT SDK Documentation

The FIT SDK documentation is available at https://developer.garmin.com/fit

FIT SDK Developer Forum

Share your knowledge, ask questions, and get the latest FIT SDK news in the FIT SDK Developer Forum

Install

The latest version of the SDK can be installed from NuGet

dotnet add package Garmin.FIT.Sdk

FIT SDK Cookbook

The FIT SDK Cookbook contains examples of using the FIT SDK to solve real-world problems. There are recipes for encoding and decoding Activity, Workout, and Course files; and recipes that provide tips for working with the FIT SDK.

Decoding an Activity File

The FIT C# SDK contains example code for decoding FIT Activity files. See the Decoding FIT Activity Files recipe for details on decoding FIT Activity files.

Encoding an Activity File

The FIT C# SDK contains example code for encoding FIT Activity files. See the Encoding FIT Activity Files recipe for details on encoding FIT Activity files.

Encoding a Course File

The FIT C# SDK contains example code for encoding FIT Course files. See the Encoding FIT Course Files recipe for details on encoding FIT Course files.

Encoding a Workout File

The FIT C# SDK contains example code for encoding FIT Workout files. See the Encoding FIT Workout Files recipe for details on encoding FIT Workout files.