-
I have a C# M2Mqtt application that works perfect on IoT AWS. c# my file certificate.pfx but I need to implement Mqtt in a c++ library. Im make setup: aws/aws-iot-device-sdk-cpp-v2#372 does any partner have example that works, and which example would look like my code. thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Are you wanting to use the v2 sdk or this v1 version? I would highly recommend using the v2 sdk. You did ask the exact same question on the v2 sdk: #202 |
Beta Was this translation helpful? Give feedback.
-
hi, [SOLVED] i created project with MS, and added sample.cpp now I saw in a post a colleague who made CMAKER in CMakeLists.txt. see: https://github.com/LimeLava I did as he did, and a new project was created, I opened it in MS and compiled it and everything works. Now a new challenge is to create a Library project, which is my goal at the moment, thanks, |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Are you wanting to use the v2 sdk or this v1 version? I would highly recommend using the v2 sdk. You did ask the exact same question on the v2 sdk: #202