-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
47 lines (42 loc) · 713 Bytes
/
config.json
File metadata and controls
47 lines (42 loc) · 713 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
{
"socket" : {
"status" : true,
"PORT" : 8090,
"BACKLOG" : 1
},
"web-service" : {
"status" : true,
"URL" : "http://localhost:81/DustIn/index.php/",
"timeout" : 5,
"API" : {
"location" : "dustin/location",
"level" : "dustin/level"
}
},
"camera" : {
"status" : "Camera",
"IP" : {
"host" : "http://192.168.1.34",
"port" : 8080,
"url" : "/video"
}
},
"sensors" : {
"ultrasonic" : {
"status" : false,
"PIN_GPIO_TRIGGER" : 38,
"PIN_GPIO_ECHO" : 40
},
"IR" : {
"status" : false,
"PIN_IR" : 18
},
"motor" : {
"status" : false,
"PIN_MOTOR_ONE" : 31,
"PIN_MOTOR_TWO" : 33,
"PIN_MOTOR_THREE" : 35,
"PIN_MOTOR_FOUR" : 37
}
}
}