ble.net
0.12.7
See the version list below for details.
dotnet add package ble.net --version 0.12.7
NuGet\Install-Package ble.net -Version 0.12.7
<PackageReference Include="ble.net" Version="0.12.7" />
<PackageVersion Include="ble.net" Version="0.12.7" />
<PackageReference Include="ble.net" />
paket add ble.net --version 0.12.7
#r "nuget: ble.net, 0.12.7"
#:package ble.net@0.12.7
#addin nuget:?package=ble.net&version=0.12.7
#tool nuget:?package=ble.net&version=0.12.7
Cross-platform Bluetooth Low Energy (BLE) library for Android, iOS, and UWP
Learn more about Target Frameworks and .NET Standard.
-
- nexus.core (>= 0.26.7)
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
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.1 | 46,562 | 10/9/2018 |
| 1.2.0 | 1,773 | 10/9/2018 |
| 1.1.1 | 14,386 | 7/2/2018 |
| 1.0.1 | 2,279 | 2/26/2018 |
| 1.0.0 | 2,071 | 1/30/2018 |
| 1.0.0-beta0012 | 1,416 | 1/22/2018 |
| 1.0.0-beta0011 | 1,406 | 1/21/2018 |
| 1.0.0-beta0010 | 1,712 | 1/13/2018 |
| 1.0.0-beta0009 | 1,581 | 1/7/2018 |
| 1.0.0-beta0007 | 1,321 | 11/17/2017 |
| 0.12.14 | 2,953 | 7/30/2017 |
| 0.12.13 | 2,166 | 7/26/2017 |
| 0.12.12 | 2,405 | 5/25/2017 |
| 0.12.10 | 2,316 | 5/19/2017 |
| 0.12.9 | 2,194 | 5/18/2017 |
| 0.12.8 | 2,146 | 5/9/2017 |
| 0.12.7 | 2,087 | 5/9/2017 |
| 0.12.6 | 2,154 | 5/9/2017 |