FTMS.NET 0.0.1-alpha.31

This is a prerelease version of FTMS.NET.
dotnet add package FTMS.NET --version 0.0.1-alpha.31                
NuGet\Install-Package FTMS.NET -Version 0.0.1-alpha.31                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FTMS.NET" Version="0.0.1-alpha.31" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FTMS.NET --version 0.0.1-alpha.31                
#r "nuget: FTMS.NET, 0.0.1-alpha.31"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FTMS.NET as a Cake Addin
#addin nuget:?package=FTMS.NET&version=0.0.1-alpha.31&prerelease

// Install FTMS.NET as a Cake Tool
#tool nuget:?package=FTMS.NET&version=0.0.1-alpha.31&prerelease                

FTMS.NET

This Repository holds a Fitness Machine Service (FTMS) Client Library for .NET. FTMS is a service protocol for Bluetooth Low Energy Devices.

Supported Fitness Maschine Types

  • Threadmill ⛔
  • CrossTrainer ⛔
  • StepClimber ⛔
  • StairClimber ⛔
  • Rower ⛔
  • IndoorBike ✔️

Contributions to support other maschines types are welcome!

You can find further documentation on this BLE Service in the supplied PDF files (see docs folder).

Creation

The app already needs to be connected to the BLE device. You can use a BLE library of you choice. It needs to be able to observe and write characteristic values. Please create a class implementing IFitnessMachineServiceConnection for the used library.

To create a IFitnessMachineService<TFitnessMachineData> object to interact with the service, you need to know which type of device you are using. Use the static method FitnessMachineService.Create<TFitnessMachineData>(connection) with the conection and the data type you want to use:

  • FTMS.NET.IndoorBike.IndoorBikeData

Tested Maschines

Every device, which supports FTMS, should work.

Indoor Bikes

  • VanRysel D100
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on FTMS.NET:

Package Downloads
FTMS.NET.IndoorBike

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.1-alpha.31 27 1/21/2025
0.0.1-alpha.29 8 1/8/2025
0.0.1-alpha.25 27 1/7/2025