From aa636724fd38f795e775d211a3cfa44de86799d3 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期一, 27 三月 2017 18:36:58 +0800
Subject: [PATCH]
---
ProxyConsole/config.json | 65 ++++++++++++++++++++++++++++++--
1 files changed, 61 insertions(+), 4 deletions(-)
diff --git a/ProxyConsole/config.json b/ProxyConsole/config.json
index 55c97e9..e47e1f8 100644
--- a/ProxyConsole/config.json
+++ b/ProxyConsole/config.json
@@ -1,10 +1,17 @@
{
+ "hcsdk" : {
+ "serverIP" : "192.168.1.101",
+ "serverport" : 8000,
+ "username" : "admin",
+ "passwd" : "a1234567"
+ },
+
"equipments" : [
{
"id" : 1,
"type" : 4,
- "type_str" : "ET_HCNET_DECODER_ALARMOUT",
+ "type_str" : "ET_HCNET_DECODER_LOGO",
"ip" : "192.168.1.5",
"port" : "80",
"user" : "supervisor",
@@ -15,14 +22,64 @@
"reboot" : 0,
"user_config" : {
- "ip" : "192.168.1.63",
+ "ip" : "192.168.1.64",
+ "port" : 8000,
+ "username" : "admin",
+ "passwd" : "admin12345",
+ "channel" : 0,
+ "byWallNo" : 1,
+ "dwSubWinNo" : 1,
+ "dwWinNo" : 1,
+ "lAlarmOutPort" : 1
+ }
+ },
+ {
+ "id" : 1,
+ "type" : 4,
+ "type_str" : "ET_HCNET_DECODER_LOGO",
+ "ip" : "192.168.1.5",
+ "port" : "80",
+ "user" : "supervisor",
+ "pass" : "supervisor",
+
+ "serverIP" : "192.168.1.101",
+ "serverport" : "8000",
+ "reboot" : 0,
+
+ "user_config" : {
+ "ip" : "192.168.1.66",
"port" : 8000,
"username" : "admin",
"passwd" : "admin12345",
"channel" : 1,
"byWallNo" : 1,
- "dwSubWinNo" : 1,
- "dwWinNo" : 0,
+ "dwSubWinNo" : 2,
+ "dwWinNo" : 1,
+ "lAlarmOutPort" : 1
+ }
+ },
+ {
+ "id" : 1,
+ "type" : 4,
+ "type_str" : "ET_HCNET_DECODER_LOGO",
+ "ip" : "192.168.1.5",
+ "port" : "80",
+ "user" : "supervisor",
+ "pass" : "supervisor",
+
+ "serverIP" : "192.168.1.101",
+ "serverport" : "8000",
+ "reboot" : 0,
+
+ "user_config" : {
+ "ip" : "192.168.1.66",
+ "port" : 8000,
+ "username" : "admin",
+ "passwd" : "admin12345",
+ "channel" : 2,
+ "byWallNo" : 1,
+ "dwSubWinNo" : 3,
+ "dwWinNo" : 1,
"lAlarmOutPort" : 1
}
}
--
Gitblit v1.8.0