deviceAccessLayer/config/config.json

123 lines
2.2 KiB
JSON

{
"name": "测试",
"delay": 0,
"daemon": false,
"httpSvr": {
"port": 11000
},
"oss": {
"endpoint": "localhost",
"bucketName": "a",
"ak": "a",
"sk": "a"
},
"mqtts": [
{
"sn": "local",
"name": "本地",
"server": "127.0.0.1",
"port": 1883,
"clientId": "local",
"username": "dcs",
"password": "123456",
"subscribes": [
{
"topic": "stop",
"qos": 0
}
]
},
{
"sn": "remote",
"name": "远程",
"server": "127.0.0.1",
"port": 1883,
"clientId": "yztq",
"username": "dcs",
"password": "123456",
"subscribes": [
{
"topic": "yztq/1/barrier",
"qos": 0
},
{
"topic": "yztq/1/voice",
"qos": 0
}
]
}
],
"reportSvr": {
"server": "http://127.0.0.1:11000",
"passUrl": "/api/site/report-car-pass?debug=1",
"reportUrl": "/api/site/report-v2?debug=1"
},
"barriers": [
{
"name": "进前置",
"sn": "1",
"ip": "127.0.0.1",
"io": 0,
"platformScale": "1",
"soundColumn": "1",
"vidicon": "1"
},
{
"name": "进",
"sn": "2",
"ip": "127.0.0.1",
"io": 0,
"platformScale": "1",
"soundColumn": "1",
"vidicon": "1"
},
{
"name": "出前置",
"sn": "3",
"ip": "127.0.0.1",
"io": 0,
"platformScale": "1",
"soundColumn": "1",
"vidicon": "1"
},
{
"name": "出",
"sn": "4",
"ip": "127.0.0.1",
"io": 0,
"platformScale": "1",
"soundColumn": "1",
"vidicon": "1"
}
],
"platformScales": [
{
"sn": "1",
"name": "地磅",
"sample": 20,
"port": "COM2",
"baudRate": 9600,
"byteSize": 8,
"parity": 0,
"stopBits": 0
}
],
"soundColumns": [
{
"sn": "1",
"name": "音柱1",
"server": "http://127.0.0.1:11000",
"path": "/v1/speech"
}
],
"vidicons": [
{
"sn": "1",
"name": "摄像头",
"ip": "",
"port": 8000,
"username": "",
"passwd": ""
}
]
}