AOA Positioning Engine
    • Auth
      • Sign In
        POST
      • Reset Password
        PUT
      • Refresh
        GET
    • Service
      • Master
        • Service Status
        • Install Service
        • Uninstall Service
        • Restart Service
      • Worker
        • Service Status
        • Install Service
        • Uninstall Service
        • Restart Service
    • Configuration
      • Get Master Configuration
        GET
      • Set Master Configuration
        PUT
      • Get Worker Configuration
        GET
      • Set Worker Configuration
        PUT
      • Get Locators Configuration
        GET
      • Get Filters Configuration
        GET
      • Set Filters Configuration
        PUT
    • BP
      • Set BP
        PUT
      • Get BP
        GET
      • Delete BP
        DELETE
    • RTLS
      • Positions
        GET
      • Userdata
        GET
      • Locators
        GET
      • Update Positions
        POST
      • Report
        GET
      • Dashboard
        GET
    • 数据模型
      • ServiceStatus
      • ConfigurationMaster
      • ConfigurationWorker
      • ConfigurationFilters
      • BP

    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