Files main .github bin cmake codebuild include source tests .clang-format .clang-tidy .gitignore CMakeLists.txt CODE_OF_CONDUCT.md CONTRIBUTING.md LICENSE NOTICE README.md builder.json format-check.pyBreadcrumbs aws-c-mqtt / format-check.py ...
Actions: awslabs/aws-c-mqttActions All workflows CI Code coverage check Lint Management Caches All workflows Showing runs from all workflows 462 workflow runs Event Status Branch Actor Always rejoin session option (#242) Code coverage check #7: Commit c2bc310 pushed by bretambrose v0.8...
我们在使用 Rust 将那些 MQTT 消息传输到其他实际上可以对它们有用的服务,如 AWS SQS 队列,这样我们...
AWS IoT Device SDK for Embedded C (C-SDK) version 202009.00 is now available with refactored MQTT, JSON, and AWS IoT Device Shadow libraries optimized for memory usage and modularity, and it includes dependent libraries added via Gi...
aws_mqtt_agent.h File ReferenceMQTT Agent Interface. More... #include "FreeRTOS.h" #include "aws_mqtt_lib.h" #include "aws_lib_init.h" Go to the source code of this file. Data Structures struct MQTTAgentCallbackParams Passed by the library in the callback to inform the user of ...
awslabs / aws-c-mqtt Public Notifications Fork 30 Star 93 Code Issues 1 Pull requests 3 Discussions Actions Security Insights Releases v0.11.0 Update Minimum CMake to 3.9Latest Compare waahm7 released this 23 Oct 16:59 · 3 commits to main since this release v0.11.0 627c...
We are using the aws-iot-device-sdk-embedded-C stack and facing issue in connecting to the AWS server/broker. Following are the details: The iot device i.e. thermostat connects with the AWS server over MQTT over TLS protocol (port : 8883...
Can you try connecting to the MQTT broker with the same certs using another client, such as mosquitto or the AWS IoT Python SDK? E.g. with mosquitto, mosquitto_pub -h <custom-endpoint>-ats.iot.cn-northwest-1.amazonaws.com.cn --key <private key file>.pem.key --cert <cert file>.p...
1 change: 1 addition & 0 deletions 1 src/handle_connect.c Original file line numberDiff line numberDiff line change @@ -179,6 +179,7 @@ int connect__on_authorised(struct mosquitto_db *db, struct mosquitto *context, v if(db->config->connection_messages == true){ if(context->is_...