Can this sdk be used on a Raspberry Pi? #434
-
Hello, I'm trying to implement an IoT solution in C++ and I would like to include a script that sends data to the AWS cloud in C++. I am using a raspberry pi for this. I have installed the device sdk but when I try to include the header files (for example aws/crt/Api.h in a Hello World program) I get an error saying that the files do not exist. Maybe there is something that I'm missing, It would be awesome if you pointed me in the right direction. I am going crazy just thinking about this. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Edit: I got it to build and I ran the sample pub_sub executable. Sorry for bothering you all. I would like to ask if it is possible to incorporate this into a cpp program that I am currently writing. I am collecting data from a sensor and sending the sensor data via I2C to the raspberry pi after which I would like to send this data to AWS IoT Core. Any help pointing me to the correct direction would be greatly appreciated. Thank you.. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Edit: I got it to build and I ran the sample pub_sub executable. Sorry for bothering you all. I would like to ask if it is possible to incorporate this into a cpp program that I am currently writing. I am collecting data from a sensor and sending the sensor data via I2C to the raspberry pi after which I would like to send this data to AWS IoT Core. Any help pointing me to the correct direction would be greatly appreciated. Thank you..