aws-iot-device-sdk-embedded-C icon indicating copy to clipboard operation
aws-iot-device-sdk-embedded-C copied to clipboard

SDK for connecting to AWS IoT from a device using embedded C.

Results 18 aws-iot-device-sdk-embedded-C issues
Sort by recently updated
recently updated
newest added

This will allow demos to disable hostname checking, allowing them to be used with Greengrass or other endpoints that do not have the hostname in their certificate subject. By submitting...

For the past few days, I'm trying to cross-compile [aws-iot-device-sdk-embedded-C](https://github.com/aws/aws-iot-device-sdk-embedded-C) SDK's **http_demo_s3_download** example for my target Linux system but getting linking error and the same demo I was able to...

Currently using the [http_demo_s3_download.c](https://github.com/aws/aws-iot-device-sdk-embedded-C/blob/main/demos/http/http_demo_s3_download/http_demo_s3_download.c), I'm attempting to download files from the cloud to the device. However, I've encountered errors whenever the file size exceeds 200KB. Are there any parameters that...

I am stuck for days into this problem with ESP32 WROOM 32D. I created a thing in aws iot core and downloaded the certificates. Then setup the tls_mutual_auth example in...

# Summary This pull request introduces a CodeQL workflow to enhance the security analysis of this repository. # What is CodeQL CodeQL is a static analysis tool that helps identify...

hi teams I'm using the latest version of embedded sdk in my arm-linux device. I found an error that MQTT_Publish() return MQTTSuccess,but in fact there are no messages in broker...

1. On the mstar621q platform, complete the cross-compilation of wolfssl5.6.3. The configure execution command is as follows: step1: ./configure --prefix=/home/lishiyong/wolfssl-5.6.3/arm-buildroot-linux-uclibcgnueabihf --host=arm-linux CC=arm-buildroot-linux-uclibcgnueabihf-gcc AR=arm-buildroot-linux -uclibcgnueabihf-ar STRIP=arm-buildroot-linux-uclibcgnueabihf-strip RANLIB=arm-buildroot-linux-uclibcgnueabihf-ranlib ARCHFLAGS="-ffunction-sections -fdata-sections -Wl,--gc-sections" --enable-...

I have used esp2 and arduino ide, ble to get sensor data and send data to greengrass local core and further it will send data to cloud. in starting it...