mirror of
https://github.com/kerwincui/FastBee.git
synced 2025-10-19 22:44:38 +08:00
更新markdown文件
This commit is contained in:
@@ -1,15 +1,10 @@
|
||||
## 硬件端树莓派SDK说明
|
||||
|
||||
##### 运行环境
|
||||
#### 一、运行环境
|
||||
- Python 3.7.2 (其他python3的版本一般也可以)
|
||||
|
||||
|
||||
- 开发板:树莓派4b(没有加入硬件相关代码,安装好python3环境,win下,linux下都能运行)
|
||||
|
||||
|
||||
- 库 需要安装库
|
||||
|
||||
|
||||
1. mqtt库
|
||||
|
||||
```
|
||||
@@ -19,14 +14,12 @@
|
||||
2. ase加密库
|
||||
|
||||
```
|
||||
# 前面两个卸载命令是为了防止一些安装环境问题
|
||||
pip uninstall crypto
|
||||
|
||||
pip uninstall pycryptodome
|
||||
|
||||
pip install pycryptodome
|
||||
```
|
||||
|
||||
前面两个卸载命令是为了防止一些安装环境问题
|
||||
|
||||
3. 报错缺少xx库,命令
|
||||
|
||||
@@ -34,16 +27,18 @@
|
||||
pip install xx
|
||||
```
|
||||
|
||||
##### 运行程序
|
||||
|
||||
#### 二、运行程序
|
||||
|
||||
```
|
||||
python3 main_sdk.py
|
||||
|
||||
# 备注:程序运行依赖aes.py文件,保证该文件和main_sdk.py在同一目录
|
||||
```
|
||||
|
||||
程序运行依赖aes.py文件,保证该文件和main_sdk.py在同一目录
|
||||
|
||||
|
||||
##### 开发参考资料:
|
||||
#### 三、开发参考资料:
|
||||
|
||||
[Eclipse Paho MQTT Python Client 使用手册 | Cooooder](https://www.cooooder.com/archives/20210303)
|
||||
|
||||
|
Reference in New Issue
Block a user