Iot device sdk for embedded C

0

I want to test MQTT with iot device sdk with letest v3.1.5 But as tutorial present of google it is with old according tutorial thing is not working because as they suggested file is not present Kindly refer some tutorial for performing this.

I want to install this sdk on ec2 instances and want to perform Publish and Subscribe through mqtt with aws iot core. Guide me or refer some tutorial for this. before this I was following this tutorial https://docs.aws.amazon.com/iot/latest/developerguide/iot-embedded-c-sdk.html

But it is not working for me.

We want to test with git V3.1.5

Adarsh
asked 9 months ago263 views
2 Answers
0
Accepted Answer

I want to test MQTT with iot device sdk with letest v3.1.5

It seems my other answer was not clear. v3.1.5 is NOT the latest version. It is old, and no longer supported. You should not use that version.

profile pictureAWS
EXPERT
Greg_B
answered 9 months ago
  • Shared answer Hii again, We are following this tutorial https://docs.aws.amazon.com/iot/latest/developerguide/iot-embedded-c-sdk.html We use following command done all steps successfully but in the end inside the build/bin/ mqtt_demo_mutual_auth

    this file not made. all command are same we have successfully added certificate. After executing make command not get any error. please resolve my issues.

    Till now we are not able to connect with aws mqtt iot core using iot device sdk

    thanks

  • Hi Adarsh. You must follow steps 2 and 3 of that tutorial to build the mqtt_demo_mutual_auth binary.

0

Hii again, We are following this tutorial https://docs.aws.amazon.com/iot/latest/developerguide/iot-embedded-c-sdk.html We use following command done all steps successfully but in the end inside the build/bin/ mqtt_demo_mutual_auth

this file not made. all command are same we have successfully added certificate. After executing make command not get any error. please resolve my issues.

Till now we are not able to connect with aws mqtt iot core using iot device sdk

thanksMake command outputWarning got after excuting cmake ..File is skiping after making cmake .. command


Git version 202211.00

Adarsh
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions