FTMS.NET.Contracts
0.0.1-alpha.31
dotnet add package FTMS.NET.Contracts --version 0.0.1-alpha.31
NuGet\Install-Package FTMS.NET.Contracts -Version 0.0.1-alpha.31
<PackageReference Include="FTMS.NET.Contracts" Version="0.0.1-alpha.31" />
paket add FTMS.NET.Contracts --version 0.0.1-alpha.31
#r "nuget: FTMS.NET.Contracts, 0.0.1-alpha.31"
// Install FTMS.NET.Contracts as a Cake Addin #addin nuget:?package=FTMS.NET.Contracts&version=0.0.1-alpha.31&prerelease // Install FTMS.NET.Contracts as a Cake Tool #tool nuget:?package=FTMS.NET.Contracts&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 | Versions 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. |
-
net8.0
- DynamicData (>= 9.1.1)
-
net9.0
- DynamicData (>= 9.1.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FTMS.NET.Contracts:
Package | Downloads |
---|---|
FTMS.NET
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.1-alpha.31 | 26 | 1/21/2025 |
0.0.1-alpha.29 | 8 | 1/8/2025 |
0.0.1-alpha.25 | 25 | 1/7/2025 |