-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
24 lines (24 loc) · 905 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"dependencies": {
"@abandonware/noble": "^1.9.2-15",
"commander": "^8.3.0"
},
"bin": {
"ble-lock": "./app.js"
},
"name": "ble-lock",
"description": "This uses the measured RSSI between two BLE devices to check if there is a good connection or not. If there is a bad connection, then the device is either distant or there are objects blocking the signal. This is not an exact science, so a median is used to get an aproximate value of the current RSSI. A better way would be using Kalman filters though",
"version": "1.0.0",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/alicescfernandes/mac-ble-lock.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alicescfernandes/mac-ble-lock/issues"
},
"homepage": "https://github.com/alicescfernandes/mac-ble-lock#readme"
}