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 個答案
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
已回答 1 年前
0
AWS
專家
sunrise
已回答 1 年前

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

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

回答問題指南