-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MQTT v5 #269
Comments
The features I would use right away are:
|
@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. |
Has there been any progress on supporting MQTT v5? Ah sorry, just found #301 Nice that it's in progress! |
@Linuus the pull request you linked comes from Update: Turns out this was our intern under @amazonKamath. |
Here is the MQTTv5 demo https://github.com/Pooja-Toshniwal/FreeRTOS/tree/main/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTTV5_Plain_Text. Please note, this is still early days for the demo and might have quality issues. |
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.
The text was updated successfully, but these errors were encountered: