Metadata >> NuGet >> UniversalBeaconLibrary

UniversalBeaconLibrary

Metadata

Authors Andreas Jakl
Copyrights Copyright 2015 Andreas Jakl, Tieto Corporation. All rights reserved.
Description 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 open source Google Eddystone spec.
IconUrl https://raw.githubusercontent.com/andijakl/universal-beacon/master/UniversalBeaconLibraryLogo.png
LicenseUrl https://github.com/andijakl/universal-beacon/blob/master/LICENSE
Owners Andreas Jakl
ProjectUrl https://github.com/andijakl/universal-beacon
RequireLicenseAcceptance False
Tags bluetooth beacon beacons ibeacon eddystone altbeacon bluetoothle bluetoothsmart le smart ble proximity universal
Dependencies Microsoft.NETCore.UniversalWindowsPlatform:5.0.0
Title Universal Beacon Library for the Universal Windows Platform (Windows 10 UWP)
PackageSize 63923
PackageHashAlgorithm SHA512
PackageHash AsTpDPNUz0o5GOdaE2D/1lOgp1h2zhX/f5hjWTEWmFExhSO+EoLw8QzFjOAuMV8cF7E7plsAiKWtSAtwVKatow==
DownloadCount 000000
CreatedDate 2015-08-12T07:41:47
ReleaseNotes Manually construct Eddystone TLM and UID frames

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install UniversalBeaconLibrary -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install UniversalBeaconLibrary -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package UniversalBeaconLibrary
Installing the package (HTTP Basic authentication):
Install-Package UniversalBeaconLibrary -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package UniversalBeaconLibrary -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package UniversalBeaconLibrary

OpenWrap

Installing the package:
o add-wrap UniversalBeaconLibrary
Uninstalling the package:
o remove-wrap UniversalBeaconLibrary

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.1.0
1.0.1