NRuuviTag.Listener.Windows
5.0.1
dotnet add package NRuuviTag.Listener.Windows --version 5.0.1
NuGet\Install-Package NRuuviTag.Listener.Windows -Version 5.0.1
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="NRuuviTag.Listener.Windows" Version="5.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NRuuviTag.Listener.Windows" Version="5.0.1" />
<PackageReference Include="NRuuviTag.Listener.Windows" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NRuuviTag.Listener.Windows --version 5.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NRuuviTag.Listener.Windows, 5.0.1"
#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.
#:package NRuuviTag.Listener.Windows@5.0.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NRuuviTag.Listener.Windows&version=5.0.1
#tool nuget:?package=NRuuviTag.Listener.Windows&version=5.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
About
NRuuviTag.Listener.Windows allows NRuuviTag to listen for Bluetooth LE advertisements from Ruuvi devices on Windows.
More detailed documentation can be found on GitHub.
How to Use
Use the WindowsSdkListener class to listen for Ruuvi sensor data on a Windows system using the Windows SDK:
IRuuviTagListener client = new WindowsSdkListener(new WindowsSdkListenerOptions());
await foreach (var sample in client.ListenAsync(cancellationToken)) {
// sample is a RuuviTagSample object.
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-windows10.0.19041 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0-windows10.0.19041
- NRuuviTag.Core (>= 5.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.1 | 105 | 3/9/2026 |
| 5.0.0 | 104 | 1/25/2026 |
| 5.0.0-pre.3 | 61 | 1/25/2026 |
| 5.0.0-pre.2 | 61 | 12/27/2025 |
| 5.0.0-pre.1 | 87 | 12/26/2025 |
| 5.0.0-pre.0 | 159 | 11/26/2025 |
| 4.1.0-pre.2 | 186 | 11/14/2025 |
| 4.1.0-pre.1 | 217 | 11/14/2025 |
| 4.0.0 | 312 | 11/12/2025 |
| 4.0.0-pre.5 | 266 | 11/11/2025 |
| 4.0.0-pre.4 | 132 | 11/8/2025 |
| 4.0.0-pre.3 | 133 | 11/8/2025 |
| 4.0.0-pre.2 | 158 | 10/9/2025 |
| 4.0.0-pre.1 | 86 | 10/4/2025 |
| 3.0.0 | 199 | 7/27/2025 |
| 2.1.0 | 144 | 7/18/2025 |
| 2.0.1 | 137 | 7/12/2025 |
| 2.0.0 | 171 | 2/24/2025 |
| 1.2.0 | 184 | 9/29/2024 |
| 1.1.1 | 169 | 9/29/2024 |
Loading failed