Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

Configuration.json 3.3 KiB

3 miesięcy temu
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "IP": "192.168.2.35",
  3. "Describe": "本地默认配置",
  4. "RegeditServer": {
  5. "regurl_list": "http://192.168.2.51:9910/yunen/register/code/list",
  6. "regurl_save": "http://192.168.2.51:9910/yunen/register/code/save",
  7. "regurl_status": "http://192.168.2.51:9910/yunen/register/code/reported"
  8. },
  9. "UserManageServer": {
  10. "server_url": "http://192.168.2.51:9910",
  11. "curr_userinfo_url": "http://192.168.2.51:9910/users/current",
  12. "user_role_url": "http://192.168.2.51:9910/roles",
  13. "modify_password_page": "http://192.168.2.51:9910/pages/user/changePassword.html",
  14. "keep_alive_url": "http://192.168.2.51:9910/users/heartbeat",
  15. "login_html": "http://192.168.2.51:9910/client_login.html"
  16. },
  17. "Update": {
  18. "ftpurl": "ftp://yunenftp:yunentech@192.168.2.1:21/AiDisk_a1/ftp/iscs_ferry-analyzer/"
  19. },
  20. "Help": {
  21. "help_doc_url": "http://192.168.2.51:9920/yunen_doc/help_doc.html"
  22. },
  23. "SysServerLog": {
  24. "create_url": "http://192.168.2.51:9910/yunen/logs/create"
  25. },
  26. "CameraServer": {
  27. "camera_query": "http://192.168.2.51:9910/yunen/camera/find",
  28. "camera_group_query": "http://192.168.2.51:9910/yunen/camera_group/find",
  29. "preset_query": "http://192.168.2.51:9910/yunen/camera_pre_set/find",
  30. "preset_control": "http://192.168.2.51:9910/yunen/camera_control/ptz_pre_set",
  31. "camera_control": "http://192.168.2.51:9910/yunen/camera_control/ptz_control",
  32. "preset_add": "http://192.168.2.51:9910/yunen/camera_pre_set/update",
  33. "preset_modify": "http://192.168.2.51:9910/yunen/camera_pre_set/update",
  34. "preset_delete": "http://192.168.2.51:9910/yunen/camera_pre_set/delete",
  35. "streamingserver_query": "http://192.168.2.51:9910/yunen/camera_stream_server/find",
  36. "3DPosition": "http://192.168.2.51:9910/yunen/camera_control/net_dvr_ptzselzoomin_ex",
  37. "get_ptz": "http://192.168.2.51:9910/yunen/camera_control/get_camera_ptz",
  38. "set_ptz": "http://192.168.2.51:9910/yunen/camera_control/set_camera_ptz",
  39. "camera_status_url": "tcp://192.168.2.51:9912",
  40. "camera_status_topic": "camera_status_list"
  41. },
  42. "FerryServer": {
  43. "lane_query": "http://192.168.2.51:9910/yunen/lane/find",
  44. "ferry_query": "http://192.168.2.51:9910/yunen/ferrylocal/find",
  45. "find_current_voyage": "http://192.168.2.51:9910/yunen/voyagehistory/findcurrent",
  46. "find_history_voyage": "http://192.168.2.51:9910/yunen/voyagehistory/find",
  47. "find_ship_url": "http://192.168.2.51:9910/yunen/ship/find",
  48. "hostUrl": "http://192.168.2.51:9999/pages"
  49. },
  50. "VideoAnalyzerServer": {
  51. "video_analyzer_url": "tcp://192.168.2.51:4580",
  52. "video_analyzer_topic": "analyzer.person",
  53. "topics": "analyzer.boat"
  54. },
  55. "FerrySupervision": {
  56. "weather_url": "http://192.168.2.51:9910/yunen/weather/now"
  57. },
  58. "Map": {
  59. "MapRenderServer": "https://a.tile.openstreetmap.org/",
  60. "DataServer": "http://192.168.2.51:9910"
  61. },
  62. "WarningEventManage": {
  63. "warning_url": "tcp://192.168.2.51:9912 ",
  64. "warning_topic": "ferry_alarm",
  65. "warning_query_count": "http://192.168.2.51:9910/yunen/alarm_event/find_total",
  66. "warning_list_url": "http://192.168.2.51:9910/yunen/alarm_event/find"
  67. }
  68. }