hi,
1、How can I setting cipher suite version? When I was doing tls bidirectional authentication.
I can't find the AT comand.
thanks a lot !
AT#XMQTTCON=<op>[,<username>,<password>,<url>,<port>[,<sec_tag>]]
-
The
<op>
parameter is an integer. It can accept one of the following values:-
0
- Disconnect from the MQTT broker. -
1
- Connect to the MQTT broker using IP protocol family version 4. -
2
- Connect to the MQTT broker using IP protocol family version 6.
-
-
The
<username>
parameter is a string. It indicates the MQTT client username. -
The
<password>
parameter is a string. It indicates the MQTT client password in cleartext. -
The
<url>
parameter is a string. It indicates the MQTT broker hostname. -
The
<port>
parameter is an unsigned 16-bit integer (0 - 65535). It indicates the MQTT broker port. -
The
<sec_tag>
parameter is an integer. It indicates the credential of the security tag used for establishing a secure connection.