How to send data from AWS IoT Greengrass to Cloud?

0

We are going to develop a live detection application(JS and HTML) on AWS IoT Greengrass. After live detection, we would like to send the statistical data back to AWS Cloud, e.g. the number of cats, etc. Is there any method to send data from Greengrass to the Cloud?

Besides, I saw that the Kinesis Video Streams need to connect to the IP camera, can we use notebook camera to replace IP camera?

Thank you!

2 Respuestas
0

The statistical data collected from the edge devices can be published to AWS IoT Core service. AWS IoT Core supports the MQTT, HTTPS, MQTT over WSS, and LoRaWAN.
Console : https://console.aws.amazon.com/iot/
Catalog: https://aws.amazon.com/iot-core/

Refer to the workshop below which demonstrates the MQTT publisher implementation using AWS IoT Greengrass.
With MQTT topics, IoT clients identify the messages they publish by giving the messages topic names.
https://catalog.us-east-1.prod.workshops.aws/workshops/5ecc2416-f956-4273-b729-d0d30556013f/en-US/chapter5-pubsubipc/10-step1

Once messages are collected into AWS IoT Core, You can integrate data in real-time with other AWS services such as Kinesis, DynamoDB, S3, CloudWatch, and so on.

Kihyeon
respondido hace un año
0
AWS
EXPERTO
sunrise
respondido hace un año

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