-->
Page 1 of 2

AWS IOT Platform

PostPosted: 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

PostPosted: 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

PostPosted: Sun Oct 18, 2015 10:05 am
by Zarathon Maia
goliatone wrote:Is this supported by the current MQTT implementation?


Yeah, see more in: https://github.com/aws/aws-iot-device-sdk-embedded-C

Re: AWS IOT Platform

PostPosted: 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?