-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathserver.json
More file actions
21 lines (21 loc) · 879 Bytes
/
server.json
File metadata and controls
21 lines (21 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "Presence-Poly",
"docs": "https://github.com/dmoralesdev/Presence-Poly/blob/master/README.md",
"type": "python3",
"executable": "presence-poly.py",
"install": "install.sh",
"description": "A Polyglot Nodeserver to monitor proximity of devices for indoor positioning/presence",
"notice": "The code here is provided as is, without guarantee, and shall not be used with illegal purposes",
"shortPoll": "5",
"longPoll": "60",
"credits": [
{
"title": "Presence-Poly: a RPi bluetooth and network presence monitoring server",
"author": "Diego Morales",
"version": "2.0.3",
"date": "May 8th, 2018",
"source": "https://github.com/dmoralesdev/Presence-Poly.git",
"license": "https://github.com/dmoralesdev/Presence-Poly/blob/master/LICENSE"
}
]
}