APE
    • 快速开始
    • 项目文件
    • 版本下载
    • REST
      • Auth
        • Get JWT Token
        • Reset Password
        • Refresh JWT Token
      • Service
        • Master
          • Service Status
          • Install Service
          • Uninstall Service
          • Restart Service
      • Configuration
        • Get Master Configuration
        • Set Master Configuration
        • Get Worker Configuration
        • Set Worker Configuration
        • Get Locators Configuration
        • Get Filters Configuration
        • Set Filters Configuration
      • BP
        • Set BP
        • Get BP
        • Delete BP
      • RTLS
        • Positions
        • Userdata
        • Locators
        • Update Positions
        • Report
        • Dashboard
    • 数据模型
      • ServiceStatus
      • ConfigurationMaster
      • ConfigurationWorker
      • ConfigurationFilters
      • BP
      • ConfigurationLocator
      • Coord

    ConfigurationMaster

    {
        "udp_bind_addr": "string",
        "udp_broadcasts": [
            {
                "addr": "string",
                "message": "string"
            }
        ],
        "daemon_http_addr": "string",
        "pushers": [
            {
                "addr": "string",
                "format": "string",
                "compress": "string",
                "interval": 0
            }
        ],
        "worker_thread_count": null,
        "sync_channel_size": null,
        "default_s_height": 0,
        "fast_mode": true,
        "log": 0,
        "disable_height_datum": true
    }
    Built with