When I click on Onboard option in AWS IoT console, I see an option to register a thing. Clicking on it, followed by Get Started, shows me a page to select an SDK for registration. The first step is to select OS and then a language. At this point, I do not see an option to select a C or a C++ SDK!
The page for AWS IoT SDKs shows the C/C++ SDK. But, the page for AWS IoT Device SDK does not show the C++ SDK.
- So, what are these various AWS SDKs? How are they different?
- What are the differences between a AWS IoT SDK and a Eclipse Paho client for connecting to a MQTT broker?
- What changes maybe needed for an Eclipse Paho client to connect to an AWS IoT MQTT end-point?
My goal is to build MQTT client in C/C++ for a RTOS device. I would register it 'outside' of the device.