ble.net 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package ble.net --version 1.0.1
                    
NuGet\Install-Package ble.net -Version 1.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="ble.net" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ble.net" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="ble.net" />
                    
Project file
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 ble.net --version 1.0.1
                    
#r "nuget: ble.net, 1.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 ble.net@1.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=ble.net&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=ble.net&version=1.0.1
                    
Install as a Cake Tool

The shared API of BLE.net cross-platform Bluetooth Low Energy library (Android, iOS, and UWP).

Reference this from your Shared or PCL or .NetStandard project, and reference the relevant platform project (ble.net-android / ble.net-ios / ble.net-uwp) in your application.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • Portable Class Library (.NETFramework 4.5, Windows 8.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

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.1 46,564 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,406 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
Loading failed