From f03d3651ac8988e44d4ef55e2c864b3459c9ec55 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: Tue, 4 Mar 2025 11:06:46 +0800
Subject: [PATCH] up

---
 .../CameraManage/Configuration.json           |   6 +
 .../Core/Configuration.json                   | 117 +++++++++++
 .../FMSGatewayCore/Configuration.json         |   6 +
 .../RtspAR/Configuration.json                 |   6 +
 fms_gateway_192.168.191.153/WebServer.json    | 190 ++++++++++++++++++
 .../CameraManage/Configuration.json           |   5 +
 .../Core/Configuration.json                   | 117 +++++++++++
 .../FFmpegRtspServer/Configuration.json       |  14 ++
 .../RtspAR/Configuration.json                 |   6 +
 fms_gateway_192.168.191.18/WebServer.json     | 186 +++++++++++++++++
 .../CameraManage/Configuration.json           |   9 +
 .../Core/Configuration.json                   | 117 +++++++++++
 .../FMSGatewayCore/Configuration.json         |   7 +
 fms_gateway_192.168.2.51/WebServer.json       | 190 ++++++++++++++++++
 14 files changed, 976 insertions(+)
 create mode 100644 fms_gateway_192.168.191.153/CameraManage/Configuration.json
 create mode 100644 fms_gateway_192.168.191.153/Core/Configuration.json
 create mode 100644 fms_gateway_192.168.191.153/FMSGatewayCore/Configuration.json
 create mode 100644 fms_gateway_192.168.191.153/RtspAR/Configuration.json
 create mode 100644 fms_gateway_192.168.191.153/WebServer.json
 create mode 100644 fms_gateway_192.168.191.18/CameraManage/Configuration.json
 create mode 100644 fms_gateway_192.168.191.18/Core/Configuration.json
 create mode 100644 fms_gateway_192.168.191.18/FFmpegRtspServer/Configuration.json
 create mode 100644 fms_gateway_192.168.191.18/RtspAR/Configuration.json
 create mode 100644 fms_gateway_192.168.191.18/WebServer.json
 create mode 100644 fms_gateway_192.168.2.51/CameraManage/Configuration.json
 create mode 100644 fms_gateway_192.168.2.51/Core/Configuration.json
 create mode 100644 fms_gateway_192.168.2.51/FMSGatewayCore/Configuration.json
 create mode 100644 fms_gateway_192.168.2.51/WebServer.json

diff --git a/fms_gateway_192.168.191.153/CameraManage/Configuration.json b/fms_gateway_192.168.191.153/CameraManage/Configuration.json
new file mode 100644
index 0000000..d926de2
--- /dev/null
+++ b/fms_gateway_192.168.191.153/CameraManage/Configuration.json
@@ -0,0 +1,6 @@
+{
+    "VLC": {
+        "cmd_line": "--rtsp-tcp, --network-caching@1000, --no-audio",
+        "useInputUrl": false
+    }
+}
\ No newline at end of file
diff --git a/fms_gateway_192.168.191.153/Core/Configuration.json b/fms_gateway_192.168.191.153/Core/Configuration.json
new file mode 100644
index 0000000..fa50324
--- /dev/null
+++ b/fms_gateway_192.168.191.153/Core/Configuration.json
@@ -0,0 +1,117 @@
+{
+    "Core": {
+        "CurrentSkin": "Skin.Default",
+        "InstallConfigFile": "install.ini",
+        "InstallGroup": "InstallSoftware",
+        "InstallKeyLanguage": "Language",
+        "ShowSideWidgetOnInitialize": false,
+        "BuyUrl": "",
+        "license_visible": false,
+        "AvailableAuthentication": "BoardAuthentication,RegKeyAuthentication",
+        "ShowSplash": false,
+        "Language": "zh_CN",
+        "client_ownership": "client:ownership",
+        "auto_select_netdevice": false
+    },
+    "UserManagerServer": {
+        "update_interval": "600",
+        "keepalive_highfrequency_count": "5",
+        "force_sync_time": false,
+        "timeout_login": "3000",
+        "timeout_logout": "1000",
+        "timeout_userinfo": "10000"
+    },
+    "UserManager": {
+        "UserMgrInterfaceType": "Server",
+        "AnyOne_Name": "Anyone",
+        "UseAnyOneLogin": false,
+        "ForceLogin": true,
+        "LoginAuto": false,
+        "LoginAuto_Name": "",
+        "LoginAuto_Password": "",
+        "check_permissions": true
+    },
+    "LocalUserManagerInterface": {
+        "username": "admin",
+        "password": "admin"
+    },
+    "Config-AutoUpdate": {
+        "AutoUpdate": true,
+        "VisibleInView": true,
+        "desktop_linkname_comment": "程序快捷方式名称",
+        "desktop_linkname": "云恩智慧船舶监管系统.lnk",
+        "update_timeout": "120000"
+    },
+    "Default-AutoUpdate": {
+        "AutoUpdate": true
+    },
+    "Config-Language": {
+        "VisibleInView": false
+    },
+    "Config-Editor": {
+        "VisibleInView": false
+    },
+    "EventTimeLine": {
+        "AutoStartPlayRealTime": false,
+        "RemoteSync": false,
+        "DataLineFactor": "2"
+    },
+    "KernelMsgServer": {
+        "FrontUrl": "tcp://127.0.0.1:5656",
+        "BackendUrl": "tcp://127.0.0.1:5657",
+        "DestroyTimeout": "3000"
+    },
+    "About": {
+        "LogoWidth": "128",
+        "LogoHeight": "128",
+        "LogoField": "0,135",
+        "ExpandField": "145,197"
+    },
+    "NetworkService": {
+        "AutoStartZMQ": false,
+        "AutoStartNetDataProcess": false,
+        "RouterUrl": "tcp://127.0.0.1:5556",
+        "PubUrl": "tcp://127.0.0.1:5557",
+        "ProxyControlEnd": "inproc://proxycontrolsocket",
+        "ZMQ_RcvTimeout": "50",
+        "ZMQ_RcvTimer": "200",
+        "ZMQ_ShutDownLinger": "0",
+        "EnabledDataHole": "1000",
+        "RequestSplitUnit": "992100"
+    },
+    "Redis": {
+        "AutoStart": false,
+        "connecttimeout": "1001",
+        "executetimeout": "1001"
+    },
+    "EventTimeLine-EventColor": {
+        "default": "FFFFFF",
+        "text": "FFFFFF",
+        "data_background": "FFFF00",
+        "data": "FF0000"
+    },
+    "CurrentPackageDefine": {
+        "TopicIndex": "0",
+        "TimeStampIndex": "1",
+        "DataIndex": "2"
+    },
+    "Httpagination": {
+        "each_page_count": "100",
+        "interval": "10",
+        "max_request_count": "5"
+    },
+    "AloneWidget": {
+        "fullscreen_title_timer": "2000",
+        "cursor_timer": "1000"
+    },
+    "AuthenticationManager": {
+        "auto_reg": true,
+        "autoreg_check_interval": "5000",
+        "check_success_delay": "5000",
+        "netreg_check_regcode_interval": "3600",
+        "regcode_invalid_needretry": true,
+        "regcode_invalid_tips": "300",
+        "netregcode_timeout": "2000",
+        "select_netcard_timeout": "10000"
+    }
+}
diff --git a/fms_gateway_192.168.191.153/FMSGatewayCore/Configuration.json b/fms_gateway_192.168.191.153/FMSGatewayCore/Configuration.json
new file mode 100644
index 0000000..a71fb6c
--- /dev/null
+++ b/fms_gateway_192.168.191.153/FMSGatewayCore/Configuration.json
@@ -0,0 +1,6 @@
+{
+    "FMSGatewayCore":{
+        "HLSCameraList":"all",
+        "rtmpPort":1935
+    }
+}
\ No newline at end of file
diff --git a/fms_gateway_192.168.191.153/RtspAR/Configuration.json b/fms_gateway_192.168.191.153/RtspAR/Configuration.json
new file mode 100644
index 0000000..402eec6
--- /dev/null
+++ b/fms_gateway_192.168.191.153/RtspAR/Configuration.json
@@ -0,0 +1,6 @@
+{
+    "RtspAR": {
+        "ARCameraList": "8100",
+        "ARRtspPort": 8555
+    }
+}
diff --git a/fms_gateway_192.168.191.153/WebServer.json b/fms_gateway_192.168.191.153/WebServer.json
new file mode 100644
index 0000000..edd487c
--- /dev/null
+++ b/fms_gateway_192.168.191.153/WebServer.json
@@ -0,0 +1,190 @@
+{
+    "IP": "192.168.191.153",
+    "Describe": "广州海防蒲州哨所卡口外网配置",
+    "RegisterManager": 
+    {
+        "regurl_list": "http://192.168.191.153:9940/yunen/register/code/list",
+        "regurl_save": "http://192.168.191.153:9940/yunen/register/code/save",
+        "regurl_status": "http://192.168.191.153:9940/yunen/register/code/reported"
+    },
+    "UserManagerServer": 
+    {
+        "server_url": "http://192.168.191.153:9940",
+        "curr_userinfo_url": "http://192.168.191.153:9940/users/current",
+        "user_role_url": "http://192.168.191.153:9940/roles",
+        "modify_password_page": "http://192.168.191.153:9940/pages/user/changePassword.html",
+        "keep_alive_url": "http://192.168.191.153:9940/users/heartbeat",
+        "login_html": "http://192.168.191.153:9940/client_login.html",
+        "in_or_out_comment": "内外网配置",
+        "in_or_out": "out"
+    },
+    "Update": 
+    {
+        "ftpurl": "ftp://yunenftp:yunentech@192.168.2.1:21/AiDisk_a1/ftp/iscs_ferry-analyzer/"
+    },
+    "Help": 
+    {
+        "help_doc_url": "http://192.168.191.153:9920/smart-ship/help_doc/help_doc.html"
+    },
+    "SysServerLog": 
+    {
+        "create_url": "http://192.168.191.153:9940/yunen/logs/create"
+    },
+    "CameraServer":
+    {
+        "camera_query": "http://192.168.191.153:9940/yunen/camera/find",
+        "camera_group_query": "http://192.168.191.153:9940/yunen/camera_group/find",
+        "preset_query": "http://192.168.191.153:9940/yunen/camera_pre_set/find",
+        "preset_control": "http://192.168.191.153:9940/yunen/camera_control/ptz_pre_set",
+        "camera_control": "http://192.168.191.153:9940/yunen/camera_control/ptz_control",
+        "preset_add": "http://192.168.191.153:9940/yunen/camera_pre_set/update",
+        "preset_modify": "http://192.168.191.153:9940/yunen/camera_pre_set/update",
+        "preset_delete": "http://192.168.191.153:9940/yunen/camera_pre_set/delete",
+        "streamingserver_query": "http://192.168.191.153:9940/yunen/camera_stream_server/find",
+        "3DPosition": "http://192.168.191.153:9940/yunen/camera_control/net_dvr_ptzselzoomin_ex",
+        "get_ptz": "http://192.168.191.153:9940/yunen/camera_control/get_camera_ptz",
+        "set_ptz": "http://192.168.191.153:9940/yunen/camera_control/set_camera_ptz"
+    },
+    "CameraStatus":
+    {
+        "camera_status_url": "tcp://192.168.191.153:9912",
+        "camera_status_topic": "camera_status_list"
+    },
+    "Camera_comment": "手动添加的相机配置",
+    "Camera01":
+    {
+        "name": 12,
+        "uuid": 212,
+        "dome": 2,
+        "vendor": 1,
+        "username": "admin",
+        "password": "yunen1234",
+        "control_port": 8000,
+        "ip": "192.168.2.12",
+        "rtsp": "rtsp://192.168.2.22/214"
+    },
+    "Camera02":
+    {
+        "name": 13,
+        "uuid": 213,
+        "dome": 1,
+        "vendor": 1,
+        "username": "admin",
+        "password": "yunen1234",
+        "control_port": 8000,
+        "ip": "192.168.2.13",
+        "rtsp": "rtsp://192.168.2.22/213"
+    },
+    "PresetInfo_comment": "手动添加的预置位",
+    "PresetInfo01":
+    {
+        "uuid":213,
+        "name":"preset1",
+        "index":1
+    },
+    "PresetInfo02":
+    {
+        "uuid":213,
+        "name":"preset2",
+        "index":2
+    },
+    "PresetInfo03":
+    {
+        "uuid":213,
+        "name":"preset3",
+        "index":3
+    },
+    "CustomRealRtsp_comment": "替换对应相机的实时视频播放地址",
+    "CustomRealRtsp":
+    {
+        "68217_comment":"rtsp://192.168.2.37/68217?from:2019-02-10/02:00:00",
+        "68213_comment":"rtsp://192.168.2.37/68213?from:2019-02-10/02:00:00"
+    },
+    "DefaultSkin":
+    {
+        "background_name": "广州海防蒲州哨所卡口"
+    },
+    "EvidenceChain":
+    {
+        "ais_track_url_comment": "查询AIS轨迹信息",
+        "ais_track_url": "http://192.168.191.153:9940/yunen/ais/get_tracks",
+        "ship_target_url_comment": "船舶目标列表查询",
+        "ship_target_url": "http://192.168.191.153:9940/yunen/ship_target/list"
+    },
+    "Map":
+    {
+        "MapRenderServer":"http://192.168.191.153:9921/map/",
+        "DataServer":"http://192.168.191.153:9940"
+    },
+    "SmartshipVideo":
+    {
+        "ar_font_family" : "Microsoft YaHei",
+        "ar_font_color_ais" : "#22B14C",
+        "ar_font_color_noais" : "#ff0000",
+        "ar_font_color_moreais" : "#FF7F27",
+        "ar_font_pixelsize" : 20,
+        "ar_fill_color" : "#015757",
+        "ar_fill_alpha_comment" : "设置透明度",
+        "ar_fill_alpha" : 80,
+        "ar_border_color" : "#00FFFF",
+        "ar_border_width" : 4,
+        "ar_round_diameter"  :  6,
+        "ar_splitline_color" : "#BFBFBF",
+        "ar_splitline_border" : 3,
+        "ar_view_xy_comment" : "所在画面中相对位置,如(3,3),则为画面尺寸(x/4*3,y/4*3)",
+        "ar_view_xy": "3,3",
+        "ar_view_pos":  "1440, 810"
+    },
+    "SmartShipEventWorker":
+    {
+        "url":"tcp://192.168.191.153:4580",
+        "topics":"analyzer.boat"
+    },
+    "SmartShipHttpServer":
+    {
+        "checkpoint_query_comment": "卡口信息请求url",
+        "checkpoint_query": "http://192.168.191.153:9940/yunen/checkpoint/list",
+        "request_time_comment": "请求间隔min",
+        "request_time": 10
+    },
+    "ShipTarget":
+    {
+        "ship_target_url": "tcp://192.168.191.153:9912",
+        "ship_target_topic": "ship_target"
+    },
+    "VideoAnalyzer":
+    {
+        "video_analyzer_url":"tcp://192.168.191.153:4580",
+        "video_analyzer_topic": "analyzer.smartship"
+    },
+    "SmartShipSupervision":
+    {
+        "check_point_id_comment": "默认加载航线id",
+        "check_point_id": 1,
+        "weather_url_comment": "当前天气查询",
+        "weather_url": "http://192.168.191.153:9940/yunen/weather/now",
+        "web_Page_Load_comment": "是否跳过加载页面",
+        "web_Page_Load": true
+    },
+    "WarningEventManage":
+    {
+        "warning_url_comment": "订阅警示消息",
+        "warning_url": "tcp://192.168.191.153:9912",
+        "warning_topic": "alarm_event"
+    },
+    "HttpUrl":
+    {
+        "warning_query_count_comment": "卡口历史警示总数查询接口",
+        "warning_query_count": "http://192.168.191.153:9940/yunen/alarm_event/count",
+        "warning_list_url_comment": "卡口历史警示列表查询接口",
+        "warning_list_url": "http://192.168.191.153:9940/yunen/alarm_event/list"
+    },
+    "ClientLogin":
+    {
+        "url": "http://192.168.191.153:9940/client_login.html"
+    },
+    "FMSGatewayCore": {
+        "fmsgateway_topic":"fmsgateway.control",
+        "fmsgateway_url":"tcp://192.168.191.153:9912"
+    }
+}
diff --git a/fms_gateway_192.168.191.18/CameraManage/Configuration.json b/fms_gateway_192.168.191.18/CameraManage/Configuration.json
new file mode 100644
index 0000000..4d9ac59
--- /dev/null
+++ b/fms_gateway_192.168.191.18/CameraManage/Configuration.json
@@ -0,0 +1,5 @@
+{
+    "VLC": {
+        "cmd_line": "--rtsp-tcp, --network-caching@1000, --no-audio"
+    }
+}
\ No newline at end of file
diff --git a/fms_gateway_192.168.191.18/Core/Configuration.json b/fms_gateway_192.168.191.18/Core/Configuration.json
new file mode 100644
index 0000000..fa50324
--- /dev/null
+++ b/fms_gateway_192.168.191.18/Core/Configuration.json
@@ -0,0 +1,117 @@
+{
+    "Core": {
+        "CurrentSkin": "Skin.Default",
+        "InstallConfigFile": "install.ini",
+        "InstallGroup": "InstallSoftware",
+        "InstallKeyLanguage": "Language",
+        "ShowSideWidgetOnInitialize": false,
+        "BuyUrl": "",
+        "license_visible": false,
+        "AvailableAuthentication": "BoardAuthentication,RegKeyAuthentication",
+        "ShowSplash": false,
+        "Language": "zh_CN",
+        "client_ownership": "client:ownership",
+        "auto_select_netdevice": false
+    },
+    "UserManagerServer": {
+        "update_interval": "600",
+        "keepalive_highfrequency_count": "5",
+        "force_sync_time": false,
+        "timeout_login": "3000",
+        "timeout_logout": "1000",
+        "timeout_userinfo": "10000"
+    },
+    "UserManager": {
+        "UserMgrInterfaceType": "Server",
+        "AnyOne_Name": "Anyone",
+        "UseAnyOneLogin": false,
+        "ForceLogin": true,
+        "LoginAuto": false,
+        "LoginAuto_Name": "",
+        "LoginAuto_Password": "",
+        "check_permissions": true
+    },
+    "LocalUserManagerInterface": {
+        "username": "admin",
+        "password": "admin"
+    },
+    "Config-AutoUpdate": {
+        "AutoUpdate": true,
+        "VisibleInView": true,
+        "desktop_linkname_comment": "程序快捷方式名称",
+        "desktop_linkname": "云恩智慧船舶监管系统.lnk",
+        "update_timeout": "120000"
+    },
+    "Default-AutoUpdate": {
+        "AutoUpdate": true
+    },
+    "Config-Language": {
+        "VisibleInView": false
+    },
+    "Config-Editor": {
+        "VisibleInView": false
+    },
+    "EventTimeLine": {
+        "AutoStartPlayRealTime": false,
+        "RemoteSync": false,
+        "DataLineFactor": "2"
+    },
+    "KernelMsgServer": {
+        "FrontUrl": "tcp://127.0.0.1:5656",
+        "BackendUrl": "tcp://127.0.0.1:5657",
+        "DestroyTimeout": "3000"
+    },
+    "About": {
+        "LogoWidth": "128",
+        "LogoHeight": "128",
+        "LogoField": "0,135",
+        "ExpandField": "145,197"
+    },
+    "NetworkService": {
+        "AutoStartZMQ": false,
+        "AutoStartNetDataProcess": false,
+        "RouterUrl": "tcp://127.0.0.1:5556",
+        "PubUrl": "tcp://127.0.0.1:5557",
+        "ProxyControlEnd": "inproc://proxycontrolsocket",
+        "ZMQ_RcvTimeout": "50",
+        "ZMQ_RcvTimer": "200",
+        "ZMQ_ShutDownLinger": "0",
+        "EnabledDataHole": "1000",
+        "RequestSplitUnit": "992100"
+    },
+    "Redis": {
+        "AutoStart": false,
+        "connecttimeout": "1001",
+        "executetimeout": "1001"
+    },
+    "EventTimeLine-EventColor": {
+        "default": "FFFFFF",
+        "text": "FFFFFF",
+        "data_background": "FFFF00",
+        "data": "FF0000"
+    },
+    "CurrentPackageDefine": {
+        "TopicIndex": "0",
+        "TimeStampIndex": "1",
+        "DataIndex": "2"
+    },
+    "Httpagination": {
+        "each_page_count": "100",
+        "interval": "10",
+        "max_request_count": "5"
+    },
+    "AloneWidget": {
+        "fullscreen_title_timer": "2000",
+        "cursor_timer": "1000"
+    },
+    "AuthenticationManager": {
+        "auto_reg": true,
+        "autoreg_check_interval": "5000",
+        "check_success_delay": "5000",
+        "netreg_check_regcode_interval": "3600",
+        "regcode_invalid_needretry": true,
+        "regcode_invalid_tips": "300",
+        "netregcode_timeout": "2000",
+        "select_netcard_timeout": "10000"
+    }
+}
diff --git a/fms_gateway_192.168.191.18/FFmpegRtspServer/Configuration.json b/fms_gateway_192.168.191.18/FFmpegRtspServer/Configuration.json
new file mode 100644
index 0000000..95843ea
--- /dev/null
+++ b/fms_gateway_192.168.191.18/FFmpegRtspServer/Configuration.json
@@ -0,0 +1,14 @@
+{
+    "FFmpegRtspServer": {
+        "UseHistoryVideo": false,
+        "ARCameraList": "392",
+        "HLSCameraList": "392",
+        "ARRtspPort": 8554,
+        "DrawBufferCount-comment": "等待绘制帧的缓存帧数",
+        "DrawBufferCount": 25,
+        "EncodeBufferCount-comment": "等待编码的缓存帧数",
+        "EncodeBufferCount": 25,
+        "SendBufferCount-comment": "等待发送的缓存帧数",
+        "SendBufferCount": 25
+    }
+}
diff --git a/fms_gateway_192.168.191.18/RtspAR/Configuration.json b/fms_gateway_192.168.191.18/RtspAR/Configuration.json
new file mode 100644
index 0000000..e469d81
--- /dev/null
+++ b/fms_gateway_192.168.191.18/RtspAR/Configuration.json
@@ -0,0 +1,6 @@
+{
+    "RtspAR": {
+        "ARCameraList": "392",
+        "ARRtspPort": 8555
+    }
+}
diff --git a/fms_gateway_192.168.191.18/WebServer.json b/fms_gateway_192.168.191.18/WebServer.json
new file mode 100644
index 0000000..d7ec56b
--- /dev/null
+++ b/fms_gateway_192.168.191.18/WebServer.json
@@ -0,0 +1,186 @@
+{
+    "IP": "192.168.191.18",
+    "Describe": "广州海防蒲州哨所卡口外网配置",
+    "RegisterManager": 
+    {
+        "regurl_list": "http://192.168.191.18:9940/yunen/register/code/list",
+        "regurl_save": "http://192.168.191.18:9940/yunen/register/code/save",
+        "regurl_status": "http://192.168.191.18:9940/yunen/register/code/reported"
+    },
+    "UserManagerServer": 
+    {
+        "server_url": "http://192.168.191.18:9940",
+        "curr_userinfo_url": "http://192.168.191.18:9940/users/current",
+        "user_role_url": "http://192.168.191.18:9940/roles",
+        "modify_password_page": "http://192.168.191.18:9940/pages/user/changePassword.html",
+        "keep_alive_url": "http://192.168.191.18:9940/users/heartbeat",
+        "login_html": "http://192.168.191.18:9940/client_login.html",
+        "in_or_out_comment": "内外网配置",
+        "in_or_out": "out"
+    },
+    "Update": 
+    {
+        "ftpurl": "ftp://yunenftp:yunentech@192.168.2.1:21/AiDisk_a1/ftp/iscs_ferry-analyzer/"
+    },
+    "Help": 
+    {
+        "help_doc_url": "http://192.168.191.18:9920/smart-ship/help_doc/help_doc.html"
+    },
+    "SysServerLog": 
+    {
+        "create_url": "http://192.168.191.18:9940/yunen/logs/create"
+    },
+    "CameraServer":
+    {
+        "camera_query": "http://192.168.191.18:9940/yunen/camera/find",
+        "camera_group_query": "http://192.168.191.18:9940/yunen/camera_group/find",
+        "preset_query": "http://192.168.191.18:9940/yunen/camera_pre_set/find",
+        "preset_control": "http://192.168.191.18:9940/yunen/camera_control/ptz_pre_set",
+        "camera_control": "http://192.168.191.18:9940/yunen/camera_control/ptz_control",
+        "preset_add": "http://192.168.191.18:9940/yunen/camera_pre_set/update",
+        "preset_modify": "http://192.168.191.18:9940/yunen/camera_pre_set/update",
+        "preset_delete": "http://192.168.191.18:9940/yunen/camera_pre_set/delete",
+        "streamingserver_query": "http://192.168.191.18:9940/yunen/camera_stream_server/find",
+        "3DPosition": "http://192.168.191.18:9940/yunen/camera_control/net_dvr_ptzselzoomin_ex",
+        "get_ptz": "http://192.168.191.18:9940/yunen/camera_control/get_camera_ptz",
+        "set_ptz": "http://192.168.191.18:9940/yunen/camera_control/set_camera_ptz"
+    },
+    "CameraStatus":
+    {
+        "camera_status_url": "tcp://192.168.191.18:9912",
+        "camera_status_topic": "camera_status_list"
+    },
+    "Camera_comment": "手动添加的相机配置",
+    "Camera01":
+    {
+        "name": 12,
+        "uuid": 212,
+        "dome": 2,
+        "vendor": 1,
+        "username": "admin",
+        "password": "yunen1234",
+        "control_port": 8000,
+        "ip": "192.168.2.12",
+        "rtsp": "rtsp://192.168.2.22/214"
+    },
+    "Camera02":
+    {
+        "name": 13,
+        "uuid": 213,
+        "dome": 1,
+        "vendor": 1,
+        "username": "admin",
+        "password": "yunen1234",
+        "control_port": 8000,
+        "ip": "192.168.2.13",
+        "rtsp": "rtsp://192.168.2.22/213"
+    },
+    "PresetInfo_comment": "手动添加的预置位",
+    "PresetInfo01":
+    {
+        "uuid":213,
+        "name":"preset1",
+        "index":1
+    },
+    "PresetInfo02":
+    {
+        "uuid":213,
+        "name":"preset2",
+        "index":2
+    },
+    "PresetInfo03":
+    {
+        "uuid":213,
+        "name":"preset3",
+        "index":3
+    },
+    "CustomRealRtsp_comment": "替换对应相机的实时视频播放地址",
+    "CustomRealRtsp":
+    {
+        "68217_comment":"rtsp://192.168.2.37/68217?from:2019-02-10/02:00:00",
+        "68213_comment":"rtsp://192.168.2.37/68213?from:2019-02-10/02:00:00"
+    },
+    "DefaultSkin":
+    {
+        "background_name": "广州海防蒲州哨所卡口"
+    },
+    "EvidenceChain":
+    {
+        "ais_track_url_comment": "查询AIS轨迹信息",
+        "ais_track_url": "http://192.168.191.18:9940/yunen/ais/get_tracks",
+        "ship_target_url_comment": "船舶目标列表查询",
+        "ship_target_url": "http://192.168.191.18:9940/yunen/ship_target/list"
+    },
+    "Map":
+    {
+        "MapRenderServer":"http://192.168.191.18:9921/map/",
+        "DataServer":"http://192.168.191.18:9940"
+    },
+    "SmartshipVideo":
+    {
+        "ar_font_family" : "Microsoft YaHei",
+        "ar_font_color_ais" : "#22B14C",
+        "ar_font_color_noais" : "#ff0000",
+        "ar_font_color_moreais" : "#FF7F27",
+        "ar_font_pixelsize" : 20,
+        "ar_fill_color" : "#015757",
+        "ar_fill_alpha_comment" : "设置透明度",
+        "ar_fill_alpha" : 80,
+        "ar_border_color" : "#00FFFF",
+        "ar_border_width" : 4,
+        "ar_round_diameter"  :  6,
+        "ar_splitline_color" : "#BFBFBF",
+        "ar_splitline_border" : 3,
+        "ar_view_xy_comment" : "所在画面中相对位置,如(3,3),则为画面尺寸(x/4*3,y/4*3)",
+        "ar_view_xy": "3,3",
+        "ar_view_pos":  "1440, 810"
+    },
+    "SmartShipEventWorker":
+    {
+        "url":"tcp://192.168.191.18:4580",
+        "topics":"analyzer.boat"
+    },
+    "SmartShipHttpServer":
+    {
+        "checkpoint_query_comment": "卡口信息请求url",
+        "checkpoint_query": "http://192.168.191.18:9940/yunen/checkpoint/list",
+        "request_time_comment": "请求间隔min",
+        "request_time": 10
+    },
+    "ShipTarget":
+    {
+        "ship_target_url": "tcp://192.168.191.18:9912",
+        "ship_target_topic": "ship_target"
+    },
+    "VideoAnalyzer":
+    {
+        "video_analyzer_url":"tcp://192.168.191.18:4580",
+        "video_analyzer_topic": "analyzer.smartship"
+    },
+    "SmartShipSupervision":
+    {
+        "check_point_id_comment": "默认加载航线id",
+        "check_point_id": 1,
+        "weather_url_comment": "当前天气查询",
+        "weather_url": "http://192.168.191.18:9940/yunen/weather/now",
+        "web_Page_Load_comment": "是否跳过加载页面",
+        "web_Page_Load": true
+    },
+    "WarningEventManage":
+    {
+        "warning_url_comment": "订阅警示消息",
+        "warning_url": "tcp://192.168.191.18:9912",
+        "warning_topic": "alarm_event"
+    },
+    "HttpUrl":
+    {
+        "warning_query_count_comment": "卡口历史警示总数查询接口",
+        "warning_query_count": "http://192.168.191.18:9940/yunen/alarm_event/count",
+        "warning_list_url_comment": "卡口历史警示列表查询接口",
+        "warning_list_url": "http://192.168.191.18:9940/yunen/alarm_event/list"
+    },
+    "ClientLogin":
+    {
+        "url": "http://192.168.191.18:9940/client_login.html"
+    }
+}
diff --git a/fms_gateway_192.168.2.51/CameraManage/Configuration.json b/fms_gateway_192.168.2.51/CameraManage/Configuration.json
new file mode 100644
index 0000000..ad3164f
--- /dev/null
+++ b/fms_gateway_192.168.2.51/CameraManage/Configuration.json
@@ -0,0 +1,9 @@
+{
+    "CameraManage": {
+        "useInputUrl-comment": "true 表示跳过流媒体直接从相机/nvr取流, false 表示从nvr流",
+        "useInputUrl": true
+    },
+    "VLC": {
+        "cmd_line": "--rtsp-tcp, --network-caching@1000, --no-audio"
+    }
+}
\ No newline at end of file
diff --git a/fms_gateway_192.168.2.51/Core/Configuration.json b/fms_gateway_192.168.2.51/Core/Configuration.json
new file mode 100644
index 0000000..fa50324
--- /dev/null
+++ b/fms_gateway_192.168.2.51/Core/Configuration.json
@@ -0,0 +1,117 @@
+{
+    "Core": {
+        "CurrentSkin": "Skin.Default",
+        "InstallConfigFile": "install.ini",
+        "InstallGroup": "InstallSoftware",
+        "InstallKeyLanguage": "Language",
+        "ShowSideWidgetOnInitialize": false,
+        "BuyUrl": "",
+        "license_visible": false,
+        "AvailableAuthentication": "BoardAuthentication,RegKeyAuthentication",
+        "ShowSplash": false,
+        "Language": "zh_CN",
+        "client_ownership": "client:ownership",
+        "auto_select_netdevice": false
+    },
+    "UserManagerServer": {
+        "update_interval": "600",
+        "keepalive_highfrequency_count": "5",
+        "force_sync_time": false,
+        "timeout_login": "3000",
+        "timeout_logout": "1000",
+        "timeout_userinfo": "10000"
+    },
+    "UserManager": {
+        "UserMgrInterfaceType": "Server",
+        "AnyOne_Name": "Anyone",
+        "UseAnyOneLogin": false,
+        "ForceLogin": true,
+        "LoginAuto": false,
+        "LoginAuto_Name": "",
+        "LoginAuto_Password": "",
+        "check_permissions": true
+    },
+    "LocalUserManagerInterface": {
+        "username": "admin",
+        "password": "admin"
+    },
+    "Config-AutoUpdate": {
+        "AutoUpdate": true,
+        "VisibleInView": true,
+        "desktop_linkname_comment": "程序快捷方式名称",
+        "desktop_linkname": "云恩智慧船舶监管系统.lnk",
+        "update_timeout": "120000"
+    },
+    "Default-AutoUpdate": {
+        "AutoUpdate": true
+    },
+    "Config-Language": {
+        "VisibleInView": false
+    },
+    "Config-Editor": {
+        "VisibleInView": false
+    },
+    "EventTimeLine": {
+        "AutoStartPlayRealTime": false,
+        "RemoteSync": false,
+        "DataLineFactor": "2"
+    },
+    "KernelMsgServer": {
+        "FrontUrl": "tcp://127.0.0.1:5656",
+        "BackendUrl": "tcp://127.0.0.1:5657",
+        "DestroyTimeout": "3000"
+    },
+    "About": {
+        "LogoWidth": "128",
+        "LogoHeight": "128",
+        "LogoField": "0,135",
+        "ExpandField": "145,197"
+    },
+    "NetworkService": {
+        "AutoStartZMQ": false,
+        "AutoStartNetDataProcess": false,
+        "RouterUrl": "tcp://127.0.0.1:5556",
+        "PubUrl": "tcp://127.0.0.1:5557",
+        "ProxyControlEnd": "inproc://proxycontrolsocket",
+        "ZMQ_RcvTimeout": "50",
+        "ZMQ_RcvTimer": "200",
+        "ZMQ_ShutDownLinger": "0",
+        "EnabledDataHole": "1000",
+        "RequestSplitUnit": "992100"
+    },
+    "Redis": {
+        "AutoStart": false,
+        "connecttimeout": "1001",
+        "executetimeout": "1001"
+    },
+    "EventTimeLine-EventColor": {
+        "default": "FFFFFF",
+        "text": "FFFFFF",
+        "data_background": "FFFF00",
+        "data": "FF0000"
+    },
+    "CurrentPackageDefine": {
+        "TopicIndex": "0",
+        "TimeStampIndex": "1",
+        "DataIndex": "2"
+    },
+    "Httpagination": {
+        "each_page_count": "100",
+        "interval": "10",
+        "max_request_count": "5"
+    },
+    "AloneWidget": {
+        "fullscreen_title_timer": "2000",
+        "cursor_timer": "1000"
+    },
+    "AuthenticationManager": {
+        "auto_reg": true,
+        "autoreg_check_interval": "5000",
+        "check_success_delay": "5000",
+        "netreg_check_regcode_interval": "3600",
+        "regcode_invalid_needretry": true,
+        "regcode_invalid_tips": "300",
+        "netregcode_timeout": "2000",
+        "select_netcard_timeout": "10000"
+    }
+}
diff --git a/fms_gateway_192.168.2.51/FMSGatewayCore/Configuration.json b/fms_gateway_192.168.2.51/FMSGatewayCore/Configuration.json
new file mode 100644
index 0000000..e544881
--- /dev/null
+++ b/fms_gateway_192.168.2.51/FMSGatewayCore/Configuration.json
@@ -0,0 +1,7 @@
+{
+    "FMSGatewayCore":{
+        "HLSCameraList-comment": "all 表示所有相机都做 hls 推送,其它表示定制,如:8100,8101",
+        "HLSCameraList":"all",
+        "rtmpPort":9555
+    }
+}
\ No newline at end of file
diff --git a/fms_gateway_192.168.2.51/WebServer.json b/fms_gateway_192.168.2.51/WebServer.json
new file mode 100644
index 0000000..dc940dd
--- /dev/null
+++ b/fms_gateway_192.168.2.51/WebServer.json
@@ -0,0 +1,190 @@
+{
+    "IP": "192.168.2.51",
+    "Describe": "卡口本地默认配置",
+    "RegisterManager": 
+    {
+        "regurl_list": "http://192.168.2.51:9940/yunen/register/code/list",
+        "regurl_save": "http://192.168.2.51:9940/yunen/register/code/save",
+        "regurl_status": "http://192.168.2.51:9940/yunen/register/code/reported"
+    },
+    "UserManagerServer": 
+    {
+        "server_url": "http://192.168.2.51:9940",
+        "curr_userinfo_url": "http://192.168.2.51:9940/users/current",
+        "user_role_url": "http://192.168.2.51:9940/roles",
+        "modify_password_page": "http://192.168.2.51:9940/pages/user/changePassword.html",
+        "keep_alive_url": "http://192.168.2.51:9940/users/heartbeat",
+        "login_html": "http://192.168.2.51:9940/client_login.html",
+        "in_or_out_comment": "内外网配置",
+        "in_or_out": "in"
+    },
+    "Update": 
+    {
+        "ftpurl": "ftp://yunenftp:yunentech@192.168.2.1:21/AiDisk_a1/ftp/iscs_ferry-analyzer/"
+    },
+    "Help": 
+    {
+        "help_doc_url": "http://192.168.2.51:9920/smart-ship/help_doc/help_doc.html"
+    },
+    "SysServerLog": 
+    {
+        "create_url": "http://192.168.2.51:9940/yunen/logs/create"
+    },
+    "CameraServer":
+    {
+        "camera_query": "http://192.168.2.51:9940/yunen/camera/find",
+        "camera_group_query": "http://192.168.2.51:9940/yunen/camera_group/find",
+        "preset_query": "http://192.168.2.51:9940/yunen/camera_pre_set/find",
+        "preset_control": "http://192.168.2.51:9940/yunen/camera_control/ptz_pre_set",
+        "camera_control": "http://192.168.2.51:9940/yunen/camera_control/ptz_control",
+        "preset_add": "http://192.168.2.51:9940/yunen/camera_pre_set/update",
+        "preset_modify": "http://192.168.2.51:9940/yunen/camera_pre_set/update",
+        "preset_delete": "http://192.168.2.51:9940/yunen/camera_pre_set/delete",
+        "streamingserver_query": "http://192.168.2.51:9940/yunen/camera_stream_server/find",
+        "3DPosition": "http://192.168.2.51:9940/yunen/camera_control/net_dvr_ptzselzoomin_ex",
+        "get_ptz": "http://192.168.2.51:9940/yunen/camera_control/get_camera_ptz",
+        "set_ptz": "http://192.168.2.51:9940/yunen/camera_control/set_camera_ptz"
+    },
+    "CameraStatus":
+    {
+        "camera_status_url": "tcp://192.168.2.51:9912",
+        "camera_status_topic": "camera_status_list"
+    },
+    "Camera_comment": "手动添加的相机配置",
+    "Camera01":
+    {
+        "name": 12,
+        "uuid": 212,
+        "dome": 2,
+        "vendor": 1,
+        "username": "admin",
+        "password": "yunen1234",
+        "control_port": 8000,
+        "ip": "192.168.2.12",
+        "rtsp": "rtsp://192.168.2.22/214"
+    },
+    "Camera02":
+    {
+        "name": 13,
+        "uuid": 213,
+        "dome": 1,
+        "vendor": 1,
+        "username": "admin",
+        "password": "yunen1234",
+        "control_port": 8000,
+        "ip": "192.168.2.13",
+        "rtsp": "rtsp://192.168.2.22/213"
+    },
+    "PresetInfo_comment": "手动添加的预置位",
+    "PresetInfo01":
+    {
+        "uuid":213,
+        "name":"preset1",
+        "index":1
+    },
+    "PresetInfo02":
+    {
+        "uuid":213,
+        "name":"preset2",
+        "index":2
+    },
+    "PresetInfo03":
+    {
+        "uuid":213,
+        "name":"preset3",
+        "index":3
+    },
+    "CustomRealRtsp_comment": "替换对应相机的实时视频播放地址",
+    "CustomRealRtsp":
+    {
+        "68217_comment":"rtsp://192.168.2.37/68217?from:2019-02-10/02:00:00",
+        "68213_comment":"rtsp://192.168.2.37/68213?from:2019-02-10/02:00:00"
+    },
+    "DefaultSkin":
+    {
+        "background_name": "东莞卡口"
+    },
+    "EvidenceChain":
+    {
+        "ais_track_url_comment": "查询AIS轨迹信息",
+        "ais_track_url": "http://192.168.2.51:9940/yunen/ais/get_tracks",
+        "ship_target_url_comment": "船舶目标列表查询",
+        "ship_target_url": "http://192.168.2.51:9940/yunen/ship_target/list"
+    },
+    "Map":
+    {
+        "MapRenderServer":"http://192.168.2.51:9921/map/",
+        "DataServer":"http://192.168.2.51:9940"
+    },
+    "SmartshipVideo":
+    {
+        "ar_font_family" : "Microsoft YaHei",
+        "ar_font_color_ais" : "#22B14C",
+        "ar_font_color_noais" : "#ff0000",
+        "ar_font_color_moreais" : "#FF7F27",
+        "ar_font_pixelsize" : 20,
+        "ar_fill_color" : "#015757",
+        "ar_fill_alpha_comment" : "设置透明度",
+        "ar_fill_alpha" : 80,
+        "ar_border_color" : "#00FFFF",
+        "ar_border_width" : 4,
+        "ar_round_diameter"  :  6,
+        "ar_splitline_color" : "#BFBFBF",
+        "ar_splitline_border" : 3,
+        "ar_view_xy_comment" : "所在画面中相对位置,如(3,3),则为画面尺寸(x/4*3,y/4*3)",
+        "ar_view_xy": "3,3",
+        "ar_view_pos":  "1440,810"
+    },
+    "SmartShipEventWorker":
+    {
+        "url":"tcp://192.168.2.51:4580",
+        "topics":"analyzer.boat"
+    },
+    "SmartShipHttpServer":
+    {
+        "checkpoint_query_comment": "卡口信息请求url",
+        "checkpoint_query": "http://192.168.2.51:9940/yunen/checkpoint/list",
+        "request_time_comment": "请求间隔min",
+        "request_time": 10
+    },
+    "ShipTarget":
+    {
+        "ship_target_url": "tcp://192.168.2.51:9912",
+        "ship_target_topic": "ship_target"
+    },
+    "VideoAnalyzer":
+    {
+        "video_analyzer_url":"tcp://192.168.2.51:4580",
+        "video_analyzer_topic": "analyzer.smartship"
+    },
+    "SmartShipCore":
+    {
+        "check_point_id_comment": "默认加载航线id",
+        "check_point_id": 1,
+        "weather_url_comment": "当前天气查询",
+        "weather_url": "http://192.168.2.51:9940/yunen/weather/now",
+        "web_Page_Load_comment": "是否跳过加载页面",
+        "web_Page_Load": true
+    },
+    "WarningEventManage":
+    {
+        "warning_url_comment": "订阅警示消息",
+        "warning_url": "tcp://192.168.2.51:9912",
+        "warning_topic": "alarm_event"
+    },
+    "HttpUrl":
+    {
+        "warning_query_count_comment": "卡口历史警示总数查询接口",
+        "warning_query_count": "http://192.168.2.51:9940/yunen/alarm_event/count",
+        "warning_list_url_comment": "卡口历史警示列表查询接口",
+        "warning_list_url": "http://192.168.2.51:9940/yunen/alarm_event/list"
+    },
+    "ClientLogin":
+    {
+        "url": "http://192.168.2.51:9940/client_login.html"
+    },
+    "FMSGatewayCore": {
+        "fmsgateway_topic":"fmsgateway.control",
+        "fmsgateway_url":"tcp://192.168.2.51:9912"
+    }
+}
\ No newline at end of file