-
I'm trying to rework 'https' example to use a client certificate and make a POST to AWS-Iot.
Request itself actually succeeds, but I'm unable to release ssl resources afterwards. mbedtls_ssl_free() …
-
-
Hello,
I have followed amazon's documentation on creating Alexa smart home devices and i am successfully able to add devices in my Alexa app using Echosim.io or directly scanning in Alexa app. Also i…
-
Hi ,
I am using the latest esp idf, while i do make flash i get the below error
C:/esp32-aws-iot/components/awsiot/src/aws_iot_shadow_json.c: In function 'isJsonValidAndParse':
C:/esp32-aws-iot/com…
-
I've git crashes at `AWSIoTDataManager: connectUsingWebSocketWithClientId` with **no internet access Wi-Fi**.
SDK Version: `2.5.0`
Our App Code (swift) is below
```
let dataManager = AWSIoTD…
-
First off, thank you for the work you've put into this library and all of the documentation and examples.
When using the `aws-iot-device-sdk` from within a [`create-react-app`](https://github.com/f…
-
I have a fairly simple intent, which is supposed to publish something to an MQTT topic using AWS-SDK. I am currently using alexa-app v4.0.0.
```
app.intent('DeviceNumber', {
'utterances': [
…
-
Hi Carson,
I tried to compile the template with the latest esp-idf release and I'm getting a task watchdog trigger and couldn't get any further. I have checked with the certificates and policies but…
-
Seems like I managed to get going using the `aws-iot-device-sdk-js` module. I open up connections using `awsIot.device` with different client IDs, in fact over 20k of them and successfully publish loa…
-
in [awsIot.thingShadow#unsubscribe(topic, [options], [callback])](https://github.com/aws/aws-iot-device-sdk-js#unsubscribe),please precise that this is not identical to mqtt.Client#unsubscribe() !
I…