-
Hi, it seems that the host is now required for a connection to AWS MQTT...
I manually added host: with the fully qualified URL - this can be found in the start.sh example connection pack.
My connec…
-
The documentation for the API shows a signature with optional options and callback parameters. The example shows the function invoked with only two parameters, the shadow name and the callback.
How…
-
Hi,
So I updated the IDF to the latest commit as of today and also updated the tool chain. There is no change in any of my code. I am running the code on ESP32-WROVER. I get the following crash trac…
-
So, I'm running a service in an EC2 instance which publishes to iot using this device sdk. I have decided to use the websocket protocol for this. The websocket protocol requires a Access Key ID and a …
-
-
I thought I followed all the steps, renaming the app both within the index.js and the developer portal. and changing the calendar file URL to one that I am subscribed to. I receive this error msg when…
smach updated
7 years ago
-
Tried to connect to a device that couldn't be found using the awsiot agent:
```
May 26 22:51:51 localhost gateway.sh[19046]: E-2017-05-26 22:51:51,747-ioloop :638 Exception in callback
May 2…
-
Since userdata is changed to Queue, remove it from MqttDccComm's init() and update the same in AWSIoT examples.
-
Also need support in WebSocketStream
-
We used AWS iOS IoT SDK with ssl configuration. We followed https://github.com/awslabs/aws-sdk-ios-samples/tree/master/IoT-Sample/Swift as a reference.
Here our server end point will be of format
…