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 Antworten
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
beantwortet vor einem Jahr
0
AWS
EXPERTE
sunrise
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen