Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 7.5% on nuget.org
Top 5.5% downloads on nuget.org
Top 5.1% dependent repos on nuget.org
Top 3.0% forks on nuget.org

nuget.org : 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

Registry - Homepage - JSON
purl: pkg:nuget/ble.net-android
Keywords: ble, bluetooth, bluetooth-low-energy, xamarin, android, xamarin.android, bluetooth-le, csharp, dotnet, dotnet-standard, ios, uwp
License: MPL-2.0
Latest release: over 5 years ago
First release: over 8 years ago
Dependent repositories: 2
Downloads: 77,027 total
Stars: 180 on GitHub
Forks: 51 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 27 days ago

    Loading...
    Readme
    Loading...