C# library for calling WinRT apis to communicate with Bluetooth LE devices
Bluetooth Library for Xamarin.Forms 1.3.1 This is an alpha release. Please help us by providing feedback.
An NMEA stream parser for serial port, bluetooth and file-based nmea simulation.
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
Estimote SDK for Xamarin.Android to actively scan for Bluetooth Beacons, Nearables, and Eddystones.
The Bluetooth driver for Endpoint.
Provides the Bluetooth API for Tizen .NET
Estimote SDK for Xamarin.iOS to actively scan for Bluetooth Beacons, Nearables, and Eddystones.
A quick and dirty library for BlueZ's D-Bus APIs. Focus is on Bluetooth Low Energy APIs.
CmdMessenger Communication library for Arduino & .NET
Abstract out Bluetooth LE APIs on iOS and Android.
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
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
Provides support for several Bluetooth Beacon specifications. Manages received Bluetooth advertisements, clusters them into individual beacons and parses the advertisement payloads according to specifications including the Eddystone open Bluetooth beacon format from Google, as well as beacons comparable to the iBeacon / Proximity Beacon format by Apple.
Estimote SDK for Xamarin.Android to actively scan for Bluetooth Beacons, Nearables, and Eddystones.
OpenMovement AxLE comms iOS layer.
Wrappers for BluetoothLE in Xamarain.iOS and Xamarin.Android using Reactive Extensions
A package that contains a bluetooth client for Xamarin Forms Codebehind views it simplifies the job will make Xaml and more friednly in the Future
Simple cross-platform Bluetooth LE library for Xamarin
CmdMessenger Communication library for Arduino & .NET
WinBeacon library for detecting and advertising of Bluetooth beacons
UWP Bluetooth (Windows 10 15063 Creators Update or Later) device support for Buttplug Servers. (.Net Framework 4.7+ only)
Android Bluetooth Support Library for BluetoothBear 1.3.1 This is an alpha release. Please help us by providing feedback
A cross-platform framework for gathering OAuth, Bluetooth and device specific data
Cross-platform Bluetooth Low Energy library, based on Plugin.BLE, for Xamarin.iOS, Xamarin.Android, Mac, UWP(Preview), .Net Core 3.x, Net5.x and .Net Framework 4.6.1+(Preview - Windows 10 only - WPF and Windows.Forms), TVOS(Preview) and WatchOS(Preview), Tizen(coming soon)
A messaging library for the Arduino and .NET/Mono platform
Shiny BluetoothLE - Common components for Hosting and Client
Shiny Reactive BluetoothLE Plugin for client/central operations