FreeRTOS / coreMQTT

Client implementation of the MQTT 3.1.1 specification for embedded devices
MIT License
138 stars 97 forks source link

MQTT v5 #269

Open amazonKamath opened 7 months ago

amazonKamath commented 7 months ago

Provide support for the new MQTT5 connectivity protocol for all FreeRTOS users. MQTT v5 builds on the MQTT v3.1.1 protocol used by most devices to connect to AWS IoT Core but adding a number of new features. While the most prominent features are impacting large (Industrial) IoT devices allowing them to send multi-megabyte messages (not applicable to the typically constrained FreeRTOS MCU based devices), making the protocol integration available future-proofs FreeRTOS and will strengthen the value proposition of both FreeRTOS and IoT products.

jnz86 commented 6 months ago

The features I would use right away are:

kstribrnAmzn commented 6 months ago

@jnz86 thank you for your comment. Knowing which features are most important will help us prioritize the order we tackle the updates required for MQTTv5.