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