From 59cc0ad683d5765f80eaaa721907a8b5933df2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9A=8F=E9=81=87=E8=80=8C=E5=AE=89?= <164770707@qq.com> Date: Sat, 14 May 2022 02:46:27 +0000 Subject: [PATCH] update sdk/RaspberryPi/README.md. --- sdk/RaspberryPi/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sdk/RaspberryPi/README.md b/sdk/RaspberryPi/README.md index ca2fa9d2..7d4c11ac 100644 --- a/sdk/RaspberryPi/README.md +++ b/sdk/RaspberryPi/README.md @@ -40,6 +40,13 @@ python3 main_sdk.py #### 三、开发参考资料: -[Eclipse Paho MQTT Python Client 使用手册 | Cooooder](https://www.cooooder.com/archives/20210303) - +- [Eclipse Paho MQTT Python Client 使用手册 | Cooooder](https://www.cooooder.com/archives/20210303) +- [Python 实现AES加密 - 知乎 (zhihu.com)](https://zhuanlan.zhihu.com/p/261694311) +- [python实现AES加密解密_Hello_wshuo的博客-CSDN博客_python实现aes加密](https://blog.csdn.net/chouzhou9701/article/details/122019967) +- [使用python time()方法-Python学习网](http://www.py.cn/jishu/jichu/20424.html) +- [python 线程定时器Timer(37) - 知乎 (zhihu.com)](https://zhuanlan.zhihu.com/p/91412537) +- [浅谈Python的格式化输出_python_脚本之家 (jb51.net)](https://www.jb51.net/article/225609.htm) +- [Python Request库入门 - 简书 (jianshu.com)](https://www.jianshu.com/p/d78982126318) +- [Python JSON | 菜鸟教程 (runoob.com)](https://www.runoob.com/python/python-json.html) +- [Python random() 函数 | 菜鸟教程 (runoob.com)](https://www.runoob.com/python/func-number-random.html)