2 Answers
- Newest
- Most votes
- Most comments
0
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.
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
thanks
answered a year ago
Relevant content
- asked a year ago
- asked 4 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a year 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.