File tree
9 files changed
+999
-35
lines changed- .builder/actions
- .github/workflows
- crt
- documents
- samples/mqtt5/mqtt5_pubsub
9 files changed
+999
-35
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
|
Lines changed: 69 additions & 34 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
|
Submodule aws-crt-cpp updated 34 files
- CMakeLists.txt+23
- VERSION+1-1
- bin/mqtt5_app/CMakeLists.txt+47
- bin/mqtt5_app/main.cpp+585
- bin/mqtt5_canary/CMakeLists.txt+48
- bin/mqtt5_canary/main.cpp+907
- codebuild/linux-integration-tests.yml+5-1
- codebuild/mqtt5_test_setup.sh+147
- crt/aws-c-io+1-1
- crt/aws-c-mqtt+1-1
- crt/aws-c-sdkutils+1-1
- include/aws/crt/Api.h+1
- include/aws/crt/Optional.h+9
- include/aws/crt/endpoints/RuleEngine.h+1-2
- include/aws/crt/http/HttpRequestResponse.h+5-1
- include/aws/crt/io/TlsOptions.h+6
- include/aws/crt/mqtt/Mqtt5Client.h+770
- include/aws/crt/mqtt/Mqtt5Packets.h+2.3k
- include/aws/crt/mqtt/Mqtt5Types.h+120
- include/aws/iot/Mqtt5Client.h+532
- include/aws/iot/MqttClient.h+1-82
- include/aws/iot/MqttCommon.h+103
- source/endpoints/RuleEngine.cpp+3-6
- source/external/cJSON.cpp+6-6
- source/io/TlsOptions.cpp+6
- source/iot/Mqtt5Client.cpp+634
- source/iot/MqttClient.cpp-67
- source/iot/MqttCommon.cpp+88
- source/mqtt/Mqtt5Client.cpp+741
- source/mqtt/Mqtt5Packets.cpp+1.2k
- tests/CMakeLists.txt+43
- tests/HttpClientConnectionManagerTest.cpp+10
- tests/Mqtt5ClientTest.cpp+2.4k
- tests/TLSContextTest.cpp+1
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
| 124 | + | |
| 125 | + | |
| 126 | + |
0 commit comments