Skip to content

Latest commit

 

History

History
 
 

nodejs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

node.js UriBeacon Scanner Example

Requirements

  • node.js
  • OS X or Linux
  • Bluetooth 4.0 adapter

Install the dependencies

npm install

Run the example

OS X:

node basic-scanner.js

Linux (requies sudo):

sudo node basic-scanner.js

Basic Scanner Example

The basic scanner uses node-uri-beacon-scanner to start scanning for UriBeacons.

Then prints out the URI, flags, TX power and RSSI for each discovered beacon.

Other examples

More information