UniversalBeaconLibrary 1.8.1
See the version list below for details.
Requires NuGet 3.0 or higher.
dotnet add package UniversalBeaconLibrary --version 1.8.1
NuGet\Install-Package UniversalBeaconLibrary -Version 1.8.1
<PackageReference Include="UniversalBeaconLibrary" Version="1.8.1" />
paket add UniversalBeaconLibrary --version 1.8.1
#r "nuget: UniversalBeaconLibrary, 1.8.1"
// Install UniversalBeaconLibrary as a Cake Addin #addin nuget:?package=UniversalBeaconLibrary&version=1.8.1 // Install UniversalBeaconLibrary as a Cake Tool #tool nuget:?package=UniversalBeaconLibrary&version=1.8.1
Adds support for Bluetooth Beacons to the Universal Windows Platform (Windows 10). Manages received Bluetooth advertisements, clusters them into individual beacons and parses the advertisement payloads according to specifications including the Eddystone open Bluetooth Smart beacon format from Google.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
-
- Microsoft.NETCore.UniversalWindowsPlatform (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on UniversalBeaconLibrary:
Repository | Stars |
---|---|
andijakl/universal-beacon
Support for Bluetooth Beacons for the Universal Windows Platform (Windows 10), including the Eddystone specification.
|
Use sbyte instead of byte for accessing ranging data in Eddystone UID and URL frames to ease development and remove the need for manual casting.