0.2.4 • Published 9 years ago

uri-beacon v0.2.4

Weekly downloads
5
License
Apache Version 2....
Repository
github
Last release
9 years ago

uri-beacon is deprecated, use eddystone-beacon as a replacement

eddystone-beacon NPM

eddystone-beacon Github

Bluetooth URI Beacon for Physical Web

Requires NodeJS and Linux

Install the dependencies

npm install

Run tests

npm test

Create a beacon

$ sudo node
> uriBeacon = require ('./uri-beacon')
> uriBeacon.advertise('http://example.com')

Create a beacon and specify the txPowerLevel in dBm

$ sudo node
> uriBeacon = require ('./uri-beacon')
> uriBeacon.advertise('http://example.com', { txPowerLevel: -22 })

See the examples

This only runs on Linux. You need to run as sudo. See bleno for more info.

Have an older machine or Raspberry Pi? Add a Bluetooth 4.0 USB Adapter.

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

10 years ago