How to connect an IoT Thing to Greengrass V2

0

I'm trying Greengrass V2 and I dont' know how to connect a IoT Thing (a raspberry pi) to my Greengrass core running on my local gateway. Is this similar to V1? What steps should I do to connect a device to core MQTT broker to start sending messages?

asked 3 years ago277 views
2 Answers
0

Hi,
Unfortunately Greengrass Aware Device (GGAD) support is not yet available with version 2. We are actively working on addressing this gap and hope to release it in the coming months. Until that time, you can use Greengrass version 1 or you could use this example code for V2 (https://github.com/aws-greengrass/aws-greengrass-component-examples/tree/main/mqtt-bridge) as a skeleton for implementing your own MQTT broker on V2 in order to support remote devices.

Cheers,
Michael Dombrowski

AWS
EXPERT
answered 3 years ago
0

Thank you, Michael Dombrowski.

answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions