-
According to documentation of [awsIot.thingShadow(options)](https://github.com/aws/aws-iot-device-sdk-js#thingShadow)
> the arguments in options include all those in the device class, with the additi…
-
I encountered the error upon connecting to AWS IoT over MQTT using my own CA certificate and my own Device Private Key and Device Certificate:
```
events.js:182
throw er; // Unhandled 'error'…
-
running custom honeypots.sh
```
SCRIPTSDIR=$HOME/csoc-installation-scripts-master/
INSTALL_REFRESH="yes"
INSTALL_CLEANUP="no"
INSTALL_DIONAEA="yes" # yes or no.
INSTALL_DIONAEALOGVIEWER="no…
-
Hello,
It was working fine till last week. Today I found that same code is stopped working. Here is the serial monitor text:
I checked everything at AWS portal and in my code and certificated bu…
-
Hi,
Really nice work on the PPPoS support for ESP32 been using it for some time now.
When i want to Disconnect the PPP connection I disconnect the call using ATZ and then call pppapi_close().
…
-
I have a device(client), that has subscribed to a topic "xyz". I am publishing a message using awsIot.device class on the topic from NodeJs server with QoS:1. How can I get the ACK(acknowledgement) fr…
-
Hello there, I'm using the AWSIoT framework in XCode 9.1, using Cocoapods to manage the dependancy. My code is written in Swift4 and being compiled onto an 11.1.1 iPhone 6+ as well as a similar 6+ sim…
-
AWSIoT embedded C SDK uses a pretty terrible JSON library. I was working on adding Jansson, I don't think I finished it. Integrate Jansson (or another library if you prefer) for JSON parsing and docum…
-
Hi i want to publish an MQTT message, I want to receive these published messages on a raspberry Pi which is connected to the thing as well, and subscribed to the same topic.
I am able to publish MQ…
JAPDD updated
7 years ago
-
**I am trying to connect using aws IOT**
var thingShadows = awsIot.thingShadow({
keyPath: '/home/pi/AAA/Key/abcdc-private.pem.key',
certPath: '/home/pi/AAA/Key/abcdc-certificate.pem.crt'…