-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathdtu_config.json
More file actions
107 lines (107 loc) · 2.84 KB
/
dtu_config.json
File metadata and controls
107 lines (107 loc) · 2.84 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"system_config": {
"cloud": "mqtt_private_cloud",
"usr_config": false,
"base_function": {
"logger": true,
"offline_storage": true,
"fota": true,
"sota": true
}
},
"usr_config": {
"filter_mask": ""
},
"aliyun_config": {
"server": "gzsi5zT5fH3.iot-as-mqtt.cn-shanghai.aliyuncs.com",
"DK": "dtu_device1",
"PK": "gzsi5zT5fH3",
"DS": "173f006cab770615346978583ac430c0",
"PS": "D07Ujh1RvKAs6KEY",
"burning_method": 1,
"keep_alive": 300,
"clean_session": false,
"qos": 1,
"client_id": "",
"subscribe": {
"0": "/gzsi5zT5fH3/dtu_device1/user/get"
},
"publish": {
"0": "/gzsi5zT5fH3/dtu_device1/user/update"
}
},
"txyun_config": {
"DK": "dtu_device1",
"PK": "I81T7DUSFF",
"DS": "wF+b5NwEHI53crHmOqdyQA==",
"PS": "",
"burning_method": 1,
"keep_alive": 300,
"clean_session": false,
"qos": 1,
"client_id": "",
"subscribe": {
"0": "I81T7DUSFF/dtu_device1/control"
},
"publish": {
"0": "I81T7DUSFF/dtu_device1/event"
}
},
"hwyun_config": {
"server": "a15fbbd7ce.iot-mqtts.cn-north-4.myhuaweicloud.com",
"port": "1883",
"DK": "625132b420cfa22b94c54613_dtu_device1_id",
"PK": "",
"DS": "a306255686a71e56ad53965fc2771bf8",
"PS": "",
"keep_alive": 300,
"clean_session": false,
"qos": 1,
"subscribe": {
"0": "$oc/devices/625132b420cfa22b94c54613_dtu_device1_id/sys/messages/down"
},
"publish": {
"0": "$oc/devices/625132b420cfa22b94c54613_dtu_device1_id/sys/messages/up"
}
},
"tcp_private_cloud_config": {
"ip_type": "IPv4",
"server": "220.180.239.212",
"port": "18011",
"keep_alive": 5
},
"mqtt_private_cloud_config": {
"server": "test.mosquitto.org",
"port": "1883",
"client_id": "2ff01e56-e02a-4919-935d-de1f2677b4f9",
"username": "",
"password": "",
"clean_session": false,
"qos": "0",
"keep_alive": 100,
"subscribe": {
"0": "/quedtu123_test/dev1/down"
},
"publish": {
"0": "/quedtu123_test/dev1/up"
}
},
"uart_config": {
"port": "2",
"baudrate": "115200",
"databits": "8",
"parity": "0",
"stopbits": "1",
"flowctl": "0",
"rs485_direction_pin": ""
},
"uart_secondary_config": {
"port": "1",
"baudrate": "115200",
"databits": "8",
"parity": "0",
"stopbits": "1",
"flowctl": "0",
"rs485_direction_pin": ""
}
}