Blazor.Bluetooth
1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Blazor.Bluetooth --version 1.0.0
NuGet\Install-Package Blazor.Bluetooth -Version 1.0.0
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="Blazor.Bluetooth" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Blazor.Bluetooth --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Blazor.Bluetooth, 1.0.0"
#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 Blazor.Bluetooth as a Cake Addin #addin nuget:?package=Blazor.Bluetooth&version=1.0.0 // Install Blazor.Bluetooth as a Cake Tool #tool nuget:?package=Blazor.Bluetooth&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
How to use Blazor.Bluetooth
Blazor.Bluetooth makes it easy to connect Blazor to your Bluetooth devices using Web Bluetooth.
Works both Client-side and Server-side.
Getting Started
- Add Nuget package Blazor.Bluetooth
- In Program.cs add
builder.Services.AddBluetoothNavigator();
- In your wwwrooot/index.html add
<script src="_content/Blazor.Bluetooth/JSInterop.js"></script>
- In the component you want to connect to a device add the Blazor.Bluetooth Namespace
@using Blazor.Bluetooth
- Inject the IBluetoothNavigator (the instance that will communicate with your device)
@inject IBluetoothNavigator navigator
Please feel free to add ideas / problems / needs you might have or make a PR.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net5.0
- Microsoft.AspNetCore.Components.Web (>= 5.0.9)
- Newtonsoft.Json (>= 13.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Blazor.Bluetooth:
Package | Downloads |
---|---|
Oarw.Blazor.InputScan
Provides an input control for use in a blazor form that combines multiple meethods of barcode and QR code scanning. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.6.2 | 330 | 7/3/2024 |
1.0.6.1 | 110 | 7/2/2024 |
1.0.6 | 119 | 6/24/2024 |
1.0.5.6 | 1,962 | 5/16/2023 |
1.0.5.5 | 1,023 | 9/15/2022 |
1.0.5.4 | 454 | 9/14/2022 |
1.0.5.3 | 405 | 9/2/2022 |
1.0.5.2 | 418 | 9/2/2022 |
1.0.5.1 | 430 | 8/17/2022 |
1.0.5 | 413 | 8/17/2022 |
1.0.4 | 841 | 1/23/2022 |
1.0.3.1 | 441 | 1/21/2022 |
1.0.3 | 446 | 1/20/2022 |
1.0.2 | 416 | 1/17/2022 |
1.0.1 | 355 | 9/16/2021 |
1.0.0 | 346 | 9/16/2021 |
Supported all the implementation for Web Bluetooth API