Route messages between devices at the edge

0

I would like to know how could a customer route messages from different devices, e.g. life sciences lab or manufacturing instruments, at the edge using AWS IoT services. The idea is to allow a mesh connectivity at the edge and only some messages will need to be routed to the AWS Cloud for storage or further processing.

1 個回答
1
已接受的答案

This sounds like a great use case for AWS IoT Greengrass, which is an open source edge runtime and cloud service that can be used to manage IoT applications on your devices. When using AWS IoT Greengrass, there is a concept of a local (MQTT) message broker, which allows client devices deployed at the edge the ability to communicate with other client devices deployed at the edge, with no requirement to send these MQTT messages to the AWS cloud.

There is a good blog post (https://aws.amazon.com/blogs/iot/implementing-local-client-devices-with-aws-iot-greengrass/) and tutorial (https://docs.aws.amazon.com/greengrass/v2/developerguide/client-devices-tutorial.html) that describe this functionality further.

Please mark this answer as accepted if helpful!

profile pictureAWS
已回答 1 年前
  • Thanks @Darren, that sounds like exactly what I've been looking for. I'll dig into the blog post and documentation.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南