node-red-contrib-ibeacon-kalman
Version:
Kalman filter for iBeacon RSSI distance estimation
26 lines • 549 B
JSON
{
"name": "node-red-contrib-ibeacon-kalman",
"version": "1.0.3",
"description": "Kalman filter for iBeacon RSSI distance estimation",
"main": "ibeacon-kalman.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-red",
"ibeacon",
"kalman",
"rssi",
"bluetooth"
],
"author": "GeorgiyPSK",
"license": "MIT",
"node-red": {
"nodes": {
"ibeacon-kalman": "ibeacon-kalman.js"
}
},
"dependencies": {
"mathjs": "^10.0.0"
}
}