aws / aws-iot-device-sdk-embedded-C

SDK for connecting to AWS IoT from a device using embedded C.
MIT License
976 stars 629 forks source link

Updating MQTT Stack to align with AWS Embedded 2.1.1 #60

Closed kjordan-sa closed 7 years ago

kjordan-sa commented 7 years ago

Is there a plan to update to the newest AWS stack (https://github.com/aws/aws-iot-device-sdk-embedded-C). I am looking to make sure that this stays inline with any changes that Amazon may make.

fengsongAWS commented 7 years ago

Hi @kjordan-sa ,

Thanks for your interest in AWS IoT Device SDK. Yes, the SDK team is actively working on all the SDKs to make sure the performance and functionality updated. Embedded C is one of the most important one in our road map. Please stay tuned.

Thanks, Fengyi

chaurah commented 7 years ago

Hi @kjordan-sa, Are there any specific features that you think are completely missing? I want to be sure that we are prioritizing things properly so please do let us know.

Rahul

kjordan-sa commented 7 years ago

I have been having issues with connection and disconnection as well as some odd ball issues with SSL authentication for topic subscription but not topic publishing.

I am mainly looking into the connect and disconnect though. Having issues tracking when a device looses connection from MQTT Broker.

chaurah commented 7 years ago

Have you tried anything specific to resolve these issues? None of these should be due to the SDK itself. For tracking connect and disconnect you can use either the IoT Lifecycle events or use LWT messages. Have you tried setting up Cloudwatch to see server side logs?

Rahul