# dji_control_server **Repository Path**: _killiness/dji_control_server ## Basic Information - **Project Name**: dji_control_server - **Description**: mobile sdk 服务端 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-02-22 - **Last Updated**: 2023-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dji_control_server #### 介绍 mobile sdk 服务端 #### 通信方式 1. ws连接:ws://IP:8001/webSocket/{sid} 2. sid:ws链接唯一id 3. mobile连接服务器,sid为50-100。网页连接服务器后,sid为0-49 消息格式 { sid:"", takeoff:true, land:true, } 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx