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
답변함 일 년 전
0
AWS
전문가
sunrise
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠