-
Notifications
You must be signed in to change notification settings - Fork 111
MQTTv5 Implementation #316
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
base: main
Are you sure you want to change the base?
Conversation
/bot run formatting |
/bot run formatting |
1 similar comment
/bot run formatting |
# This file includes the relevant testing commands required for | ||
# testing this directory and lists subdirectories to be tested as well. | ||
subdirs("unit-test/MQTT") | ||
subdirs("unit-test/MQTTv5") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should get rid of this separate subdir command here as we have just 1 directory for the unit tests now.
@@ -21,6 +20,9 @@ library has also undergone both static code analysis from | |||
safety through the | |||
[CBMC automated reasoning tool](https://www.cprover.org/cbmc/). | |||
|
|||
-For MQTT v3.1.1(https://docs.oasis-open.org/mqtt/mqtt/v3.1.1/mqtt-v3.1.1.html), use code from tag : | |||
-For MQTT v5.0(https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html), use code from tag : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can have hyperlinks here instead of direct pasted links. We can also add the links for the tags:
for 2.3.1: https://github.com/FreeRTOS/coreMQTT/tree/v2.3.1
for 3.0.0: https://github.com/FreeRTOS/coreMQTT/tree/v3.0.0
Upgrading MQTT Library to support v5 features
Description
Test Steps
Checklist:
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.