0.1.2 • Published 9 years ago

blecast_tm v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

BLECAST_TM module

BLECAST_TM accessing module for NodeJS. BLECAST_TM is a thermal monitoring device which using BLE's advertising.

How to use example.

$ npm install
$ find -path '*noble*Release/hci-ble' -exec sudo setcap cap_net_raw+eip '{}' \;
$ node main.js

How to use from your code.

$ npm install blecast_tm --save
$ find -path '*noble*Release/hci-ble' -exec sudo setcap cap_net_raw+eip '{}' \;
var BlecastTM = require('blecast_tm');

var monitor = new BlecastTM();

monitor.on('data', function(data) {
  console.log('data:', data);
});
0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago