I did browse through legato documentation, it seems there is no straights forward approach how to connect device to cloud.
Example I want to leverage AWS Embedded SDK C
to connect to AWS IoT core using MQTT.
How can I do this?
I did browse through legato documentation, it seems there is no straights forward approach how to connect device to cloud.
Example I want to leverage AWS Embedded SDK C
to connect to AWS IoT core using MQTT.
How can I do this?
Didn’t you find openssl version problem before?
Have you tried http post?
Connecting your device to the AWS Cloud is doable. First, you must set up an AWS IoT Core endpoint, create the thing, and generate device certificates. Then, in C code, you can use the AWS SDK to establish an MQTT connection to the AWS IoT Core endpoint and publish/subscribe to topics. The SDK documentation contains examples and code snippets to guide you through this process.