-
I know AWS IOT device SDK has C and C++ SDK, such as https://github.com/aws/aws-iot-device-sdk-embedded-C, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Nothing official, no. I have a personal project (https://crates.io/crates/gneiss-mqtt-aws and https://crates.io/crates/gneiss-mqtt) for an async MQTT 5 client that has support for all the current authentication methods for AWS IoT Core but there's still a lot of polish remaining to be done (311 support, non-async client, dependency stripping) before I move on to service clients, Greengrass IPC, etc... |
Beta Was this translation helpful? Give feedback.
Tks, good answer! I am thinking use non-official device rust ask in short term for simple use cases, if we have more advanced use cases I will think using rust ffi C SDK if no official RSDK available.