-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
58 lines (49 loc) · 919 Bytes
/
config.json
File metadata and controls
58 lines (49 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"server_address": "127.0.0.1",
"server_port": 9003,
"redis_address": "192.168.1.140",
"redis_port": 6379,
"device_ids": [
"AB1345ED79",
"AB1345ED7A",
"AB1345ED7B",
"AB1345ED7C",
"AB1345ED7D",
"AB1345ED7E",
"AB1345ED7F",
"AB1345ED80"
],
"event_types": [
"A", "B", "C", "D", "E", "F"
],
"available_unit": [ "m", "km", "ft", "mi" ],
"geofence": {
"latitude": "40.00699",
"longitude": "-105.26284",
"radius": "9000 ft"
},
"detection": {
"latitude": "40.00699",
"longitude": "-105.26284",
"radius": "2500000 ft"
},
"temporal": {
"time": 10,
"frequency": 3
},
"sequence": [ "A,B,C", "A,B,D", "A,C,D" ],
"evaluation": [
{
"event": "E",
"sign": ">",
"count": -1,
"threshold": 10
},
{
"event": "F",
"sign": "avg<",
"count": 10,
"threshold": 10
}
]
}