AWS IOT Platform
Posted:
Thu Oct 08, 2015 1:15 pm
by Blueguse
AWS just announced their IOT platform with sdks for Arduino Yun. Will that work on ESP8266?
https://github.com/aws/aws-iot-device-sdk-arduino-yun/https://aws.amazon.com/iot/
Re: AWS IOT Platform
Posted:
Wed Oct 14, 2015 7:36 pm
by goliatone
The platform looks really interesting, I guess is the continuation of 2lemetry after AWS bought the company.
I barely went through the documentation but something that they seem to indicate is that MQTT clients need to connect using a secure connection using credentials, thus the device needs to support asymmetric key pairs.
Is this supported by the current MQTT implementation?
Re: AWS IOT Platform
Posted:
Tue Oct 27, 2015 10:32 pm
by goliatone
Thank you Zarathon Maia. What would be the best way to use this library alongside NodeMCU firmware?