ibac0n
v0.0.5
Published
A NodeJS wrapper for ibac0n
Downloads
2
Readme
node-iBac0n
A NodeJS wrapper for iBacon.
A (currently) OSX only module that allows developers to create an iBeacon using NodeJS
Installation
$ npm install ibac0n
Examples
Usage
var ibac0n = require('ibac0n');
Start an iBeacon
ibac0n.start('05b56fa9-b4b8-46f8-ae82-83587b5cc348', 1, 1, -60);
ibac0n.on('close', function() {
console.log('ibac0n process ended');
});
Stop the iBeacon
ibac0n.stop();
Development
Feel free to get involved. It's very much a work in progress.
License
MIT