ble.net
1.2.1
dotnet add package ble.net --version 1.2.1
NuGet\Install-Package ble.net -Version 1.2.1
<PackageReference Include="ble.net" Version="1.2.1" />
paket add ble.net --version 1.2.1
#r "nuget: ble.net, 1.2.1"
// Install ble.net as a Cake Addin #addin nuget:?package=ble.net&version=1.2.1 // Install ble.net as a Cake Tool #tool nuget:?package=ble.net&version=1.2.1
Cross-platform Bluetooth Low Energy (BLE) library for Android, iOS, and UWP. Scan for advertisements and beacons, connect to devices, read/write/notify/indicate, all with a straightforward async API.
Reference this nuget from your Shared or PCL or .NetStandard project, and reference the relevant platform NuGet (ble.net-android / ble.net-ios / ble.net-uwp) in your final application.
Complete readme & sample application:
https://github.com/nexussays/ble.net/blob/master/Readme.md
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- NETStandard.Library (>= 2.0.0)
- nexus.core (>= 0.34.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on ble.net:
Package | Downloads |
---|---|
ble.net-android
Android (API 18+) implementation of BLE.net cross-platform Bluetooth Low Energy library. Scan for advertisements and beacons, connect to devices, read/write/notify/indicate, all with a straightforward async API. To get started, add these normal permissions to your app: [assembly: UsesPermission( Manifest.Permission.Bluetooth )] [assembly: UsesPermission( Manifest.Permission.BluetoothAdmin )] Then in your main Activity OnCreated(), initialize and obtain the adapter. Retain this adapter reference for the lifetime of your app: BluetoothLowEnergyAdapter.Init( this ); var ble = BluetoothLowEnergyAdapter.ObtainDefaultAdapter( this ); Complete readme & sample application: https://github.com/nexussays/ble.net/blob/master/Readme.md |
|
ble.net-ios
iOS (7+) implementation of BLE.net cross-platform Bluetooth Low Energy library. Scan for advertisements and beacons, connect to devices, read/write/notify/indicate, all with a straightforward async API. To get started, obtain the adapter from main or your AppDelegate, and retain this reference for the lifetime of your app: var ble = BluetoothLowEnergyAdapter.ObtainDefaultAdapter(); Complete readme & sample application: https://github.com/nexussays/ble.net/blob/master/Readme.md |
|
ble.net-uwp
Windows 10 (1511+) implementation of BLE.net cross-platform Bluetooth Low Energy library. Complete readme & sample application: https://github.com/nexussays/ble.net/blob/master/Readme.md |
|
BluetoothLowEnergy
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on ble.net:
Repository | Stars |
---|---|
nexussays/ble.net
Cross-platform Bluetooth Low Energy (BLE) library for Android, iOS, and UWP
|
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 40,954 | 10/9/2018 |
1.2.0 | 1,197 | 10/9/2018 |
1.1.1 | 13,829 | 7/2/2018 |
1.0.1 | 1,893 | 2/26/2018 |
1.0.0 | 1,479 | 1/30/2018 |
1.0.0-beta0012 | 864 | 1/22/2018 |
1.0.0-beta0011 | 863 | 1/21/2018 |
1.0.0-beta0010 | 1,000 | 1/13/2018 |
1.0.0-beta0009 | 995 | 1/7/2018 |
1.0.0-beta0007 | 906 | 11/17/2017 |
0.12.14 | 2,500 | 7/30/2017 |
0.12.13 | 1,714 | 7/26/2017 |
0.12.12 | 1,957 | 5/25/2017 |
0.12.10 | 1,858 | 5/19/2017 |
0.12.9 | 1,731 | 5/18/2017 |
0.12.8 | 1,709 | 5/9/2017 |
0.12.7 | 1,644 | 5/9/2017 |
0.12.6 | 1,705 | 5/9/2017 |
0.12.5 | 1,745 | 5/8/2017 |
0.12.4 | 1,691 | 5/5/2017 |
0.12.2 | 1,866 | 3/31/2017 |
0.12.1 | 1,674 | 3/31/2017 |
0.12.0 | 1,735 | 3/31/2017 |
0.11.7 | 1,912 | 2/10/2017 |
0.11.3 | 1,705 | 2/8/2017 |
0.10.16 | 1,954 | 1/19/2017 |
0.10.15 | 1,969 | 1/14/2017 |
0.10.14 | 1,910 | 1/14/2017 |
0.10.13 | 1,914 | 1/14/2017 |
0.10.12 | 1,943 | 1/4/2017 |
0.1.0 | 2,314 | 2/9/2016 |