参考链接:
https://ap-southeast-1.console.aws.amazon.com/iot/home?region=ap-southeast-1#/test
此篇文章用于测试,使用Linux SDK客户端向AWS Iot发送数据,准备环境如下:
虚拟机一台: Red Hat Enterprise Linux release 8.7 (Ootpa)??
确保客户端可以解析AWS iot 的终端节点,可以在下图查询并解析成功
客户端版本语言为Python,且版本需要为Python 3.8及以上。
git安装,否则脚本无法正常运行
注意:此工具包为必须下载项目
unzip connect_device_package.zip
chmod +x start.sh
./start.sh
start.sh脚本中需要去向github的官网下载代码,服务器在国外,国内经常会卡住。
可以通过两种方法解决国内无法正常访问github的问题:
第一种就是修改hosts文件:
https://blog.csdn.net/oyjl__/article/details/132262919
第二种就是使用梯子翻墙软件
可以把“hello world”修改为自定义的json数据,便于处理
{'deviceId': 'ac1234', 'currentTemp': 21.8, 'desiredTemp': 24, 'mode': 'auto', 'power': 'off'}