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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则