wolfSSL / wolfMQTT

wolfMQTT is a small, fast, portable MQTT client implementation, including support for TLS 1.3.
https://www.wolfssl.com
GNU General Public License v2.0
518 stars 156 forks source link

Support MQTTv5 in AWS example #332

Closed embhorn closed 1 year ago

embhorn commented 1 year ago

Updated AWS endpoint to use ATS. (https://repost.aws/questions/QUvDJrK_N0RTymI6eagFYIXQ/aws-iot-core-and-mqtt-5) Added v5 capability to wolfMQTT AWS example and changed host to use ATS endpoint.

Fixes #331