|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "IP": "192.168.2.35",
- "Describe": "渡口本地默认配置",
- "RegeditServer": {
- "regurl_list": "http://192.168.2.51:9910/yunen/register/code/list",
- "regurl_save": "http://192.168.2.51:9910/yunen/register/code/save",
- "regurl_status": "http://192.168.2.51:9910/yunen/register/code/reported"
- },
- "UserManageServer": {
- "server_url": "http://192.168.2.51:9910",
- "curr_userinfo_url": "http://192.168.2.51:9910/users/current",
- "user_role_url": "http://192.168.2.51:9910/roles",
- "modify_password_page": "http://192.168.2.51:9910/pages/user/changePassword.html",
- "keep_alive_url": "http://192.168.2.51:9910/users/heartbeat",
- "login_html": "http://192.168.2.51:9910/client_login.html"
- },
- "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/yunen_doc/help_doc.html"
- },
- "SysServerLog": {
- "create_url": "http://192.168.2.51:9910/yunen/logs/create"
- },
- "CameraServer": {
- "camera_query": "http://192.168.2.51:9910/yunen/camera/find",
- "camera_group_query": "http://192.168.2.51:9910/yunen/camera_group/find",
- "preset_query": "http://192.168.2.51:9910/yunen/camera_pre_set/find",
- "preset_control": "http://192.168.2.51:9910/yunen/camera_control/ptz_pre_set",
- "camera_control": "http://192.168.2.51:9910/yunen/camera_control/ptz_control",
- "preset_add": "http://192.168.2.51:9910/yunen/camera_pre_set/update",
- "preset_modify": "http://192.168.2.51:9910/yunen/camera_pre_set/update",
- "preset_delete": "http://192.168.2.51:9910/yunen/camera_pre_set/delete",
- "streamingserver_query": "http://192.168.2.51:9910/yunen/camera_stream_server/find",
- "3DPosition": "http://192.168.2.51:9910/yunen/camera_control/net_dvr_ptzselzoomin_ex",
- "get_ptz": "http://192.168.2.51:9910/yunen/camera_control/get_camera_ptz",
- "set_ptz": "http://192.168.2.51:9910/yunen/camera_control/set_camera_ptz",
- "camera_status_url": "tcp://192.168.2.51:9912",
- "camera_status_topic": "camera_status_list"
- },
- "FerryServer": {
- "lane_query": "http://192.168.2.51:9910/yunen/lane/find",
- "ferry_query": "http://192.168.2.51:9910/yunen/ferrylocal/find",
- "find_current_voyage": "http://192.168.2.51:9910/yunen/voyagehistory/findcurrent",
- "find_history_voyage": "http://192.168.2.51:9910/yunen/voyagehistory/find",
- "find_ship_url": "http://192.168.2.51:9910/yunen/ship/find",
- "hostUrl": "http://192.168.2.51:9999/pages"
- },
- "VideoAnalyzerServer": {
- "video_analyzer_url": "tcp://192.168.2.51:4580",
- "video_analyzer_topic": "analyzer.person",
- "topics": "analyzer.boat"
- },
- "FerrySupervision": {
- "weather_url": "http://192.168.2.51:9910/yunen/weather/now"
- },
- "Map": {
- "MapRenderServer": "https://a.tile.openstreetmap.org/",
- "DataServer": "http://192.168.2.51:9910"
- },
- "WarningEventManage": {
- "warning_url": "tcp://192.168.2.51:9912 ",
- "warning_topic": "ferry_alarm",
- "warning_query_count": "http://192.168.2.51:9910/yunen/alarm_event/find_total",
- "warning_list_url": "http://192.168.2.51:9910/yunen/alarm_event/find"
- }
- }
|