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 Respuesta
1
Respuesta aceptada

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
respondido hace un año
  • Thanks @Darren, that sounds like exactly what I've been looking for. I'll dig into the blog post and documentation.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas