aws-samples / arduino-aws-greengrass-iot

This library uses AWS C-SDK to implement an Arduino class AWSGreenGrassIoT to make it easy to securely connect sensors/actuator to AWS IoT core, directly or by mean of an AWS greengrass device (i.e. Raspberry PI) using X509 certificates.
Apache License 2.0
44 stars 13 forks source link

Greengrass v2 #12

Closed benganellison closed 10 months ago

benganellison commented 2 years ago

Does this works for greengrass 2? If yes: Can you update the documentation so it reflects v2? if no: Do you plan to update this so it works with version 2 of greengrass?

bvitali commented 2 years ago

I didn’t have the time to test it with green grass V2. It is on my agenda though.

On Dec 2, 2021, at 2:14 AM, benganellison @.***> wrote:



Does this works for greengrass 2? If yes: Can you update the documentation so it reflects v2? if no: Do you plan to update this so it works with version 2 of greengrass?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/aws-samples/arduino-aws-greengrass-iot/issues/12, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHMR7VFWPFCFTGUXZ65SBQ3UO5BGPANCNFSM5JGWVLRA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Rithik999 commented 2 years ago

I am trying to test it on GG v2 without success. ANy modifications/changes needed to make it work on Greengrass V2. I am getting mbedtls_connect_return 0x44 while attempting ConnectTo GG

bvitali commented 2 years ago

Are you sure that the policy associated to your certificate allows Greengrass operations?

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10

From: @.> Sent: Friday, April 29, 2022 11:47 AM To: @.> Cc: Bruno @.>; @.> Subject: Re: [aws-samples/arduino-aws-greengrass-iot] Greengrass v2 (Issue #12)

I am trying to test it on GG v2 without success. ANy modifications/changes needed to make it work on Greengrass V2. I am getting mbedtls_connect_return 0x44 while attempting ConnectTo GG

— Reply to this email directly, view it on GitHubhttps://github.com/aws-samples/arduino-aws-greengrass-iot/issues/12#issuecomment-1113619425, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHMR7VFA23WGV4B2RW6HHZTVHQVFXANCNFSM5JGWVLRA. You are receiving this because you commented.Message ID: @.***>

Rithik999 commented 2 years ago

@bvitali Yes, i even update the policy to with Allow

JulesThuillier commented 1 month ago

2 years later, this is still not working. I have through all the forums (RePost) and projects I could find, it seems that everybody has issues connecting a client device to Greengrass Moquette Broker...