|
I know AWS IOT device SDK has C and C++ SDK, such as https://github.com/aws/aws-iot-device-sdk-embedded-C, |
Answered by
FancyQian
Aug 27, 2024
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... |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.