|
|
@@ -47,40 +47,40 @@ mqtt:
|
|
|
# @see com.dji.sample.component.mqtt.model.MqttUseEnum
|
|
|
# BASIC parameters are required.
|
|
|
# 内网环境
|
|
|
- BASIC:
|
|
|
- protocol: MQTT # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
|
|
|
- host: 118.195.177.247
|
|
|
- port: 1883
|
|
|
- username: admin
|
|
|
- password: T1SqDxbdSPVV24
|
|
|
- client-id: ZYUAS
|
|
|
- # If the protocol is ws/wss, this value is required.
|
|
|
- path:
|
|
|
- DRC:
|
|
|
- protocol: WSS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
|
|
|
- host: 118.195.177.247
|
|
|
- port: 8083
|
|
|
- path: /mqtt
|
|
|
- username: admin
|
|
|
- password: T1SqDxbdSPVV24
|
|
|
-
|
|
|
- # 内网MQTT环境
|
|
|
# BASIC:
|
|
|
# protocol: MQTT # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
|
|
|
-# host: 203.156.230.4
|
|
|
+# host: 118.195.177.247
|
|
|
# port: 1883
|
|
|
# username: admin
|
|
|
-# password: Lx@304307910
|
|
|
-# client-id: JKEC
|
|
|
+# password: T1SqDxbdSPVV24
|
|
|
+# client-id: ZYUAS
|
|
|
# # If the protocol is ws/wss, this value is required.
|
|
|
# path:
|
|
|
# DRC:
|
|
|
# protocol: WSS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
|
|
|
-# host: 203.156.230.4
|
|
|
+# host: 118.195.177.247
|
|
|
# port: 8083
|
|
|
# path: /mqtt
|
|
|
# username: admin
|
|
|
-# password: Lx@304307910
|
|
|
+# password: T1SqDxbdSPVV24
|
|
|
+
|
|
|
+ # 内网MQTT环境
|
|
|
+ BASIC:
|
|
|
+ protocol: MQTT # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
|
|
|
+ host: 203.156.230.4
|
|
|
+ port: 1883
|
|
|
+ username: admin
|
|
|
+ password: Lx@304307910
|
|
|
+ client-id: JKEC
|
|
|
+ # If the protocol is ws/wss, this value is required.
|
|
|
+ path:
|
|
|
+ DRC:
|
|
|
+ protocol: WSS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
|
|
|
+ host: 203.156.230.4
|
|
|
+ port: 8083
|
|
|
+ path: /mqtt
|
|
|
+ username: admin
|
|
|
+ password: Lx@304307910
|
|
|
|
|
|
cloud-sdk:
|
|
|
mqtt:
|