Get AWS IoT MQTT data on my EC2 instance

题意:“在我的 EC2 实例上获取 AWS IoT MQTT 数据”

问题背景:

I have been trying to figure out AWS IoT for weeks, and I keep running into the problem of not being able to forward my mqtt data anywhere. I have an EC2 server running nodejs, and a raspberrpi running nodejs & python.

“我已经尝试了几周的 AWS IoT,但一直遇到无法将我的 MQTT 数据转发到任何地方的问题。我有一台运行 Node.js 的 EC2 服务器和一台运行 Node.js 和 Python 的 Raspberry Pi。”

The Pi CAN successfully publish topics and info (can be read on the mqtt test panel), but I'm not really sure where to go from here as to directing the traffic. The device is a properly registered 'thing'.

“Raspberry Pi 可以成功发布主题和信息(可以在 MQTT 测试面板上读取),但我不太确定接下来该如何引导流量。该设备是一

猜你喜欢

转载自blog.csdn.net/suiusoar/article/details/143381966