Fábio Toledo
Fábio Toledo
strange.... my devices are working normally. have you reviewed the permission in the user's policy?
I updated the readme! You don't need to use your private key, you can use AWS STS Temporary Credential, obtained from a web-service that uses the private key to generate...
hi guys, are you using it with arduinoWebSockets v.2.1.0, arduino/esp sdk 2.4.1 and pubsubclient version v2.6? are you having problem with the example? or have you customize the code already?...
Hi! I didn't have this 5 minutes to connect issue. I will try to observe my example to see if this happen. about the message every 15 seconds, this is...
thank you @apicquot. Have you tested with esp8266 sdk version 2.5.0 beta? and about websockets library and pubsubclient library version? everything is ok? I won't have time to test it....
@apicquot I've tested today and I had strange behavior with 2.5.0 sdk. When I turned on the debug messages from websocket library I start to got memory exceptions and reboots....
@spanout were you using paho from git or from the link in the readme? The git version is not as stable as the one from the link. the status 443...
Hi @apicquot . Maybe it is the NTP service to get the current timestamp to sign the aws login. There are two ways to do it in the library (although...
@genetipetz I've uploaded an example that uses pubsubclient mqtt client. They use another approach for subscribing topics and I think it is more reliable than paho.
Nice, I will try to add it to the library ^.^