Merge pull request #22 from ucloud/add_package_tools

add package tools
This commit is contained in:
ethanDu1 2020-04-07 18:34:43 +08:00 committed by GitHub
commit 0ad3afc31c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 10 deletions

View File

@ -10,16 +10,10 @@ UCloud IOT SDK for rt-thread Package 是基于[UCloud设备端C-SDK](https://git
| 名称 | 说明 | | 名称 | 说明 |
| ---- | ---- | | ---- | ---- |
| uiot | UCloud设备端C-SDK |
| ports | 移植文件目录 |
| samples | 示例目录 |
| ├─mqtt | 静态注册收发消息示例 |
| ├─dynamic_auth | 动态注册示例 |
| ├─http | Http连接云平台示例 |
| ├─dev_model | 物模型示例 |
| ├─ota | ota升级示例 |
| ├─shadow | 设备影子示例 |
| docs | 说明文档 | | docs | 说明文档 |
| ports | 移植文件目录 |
| samples | 示例文件目录 |
| uiot | UCloud设备端C-SDK |
| LICENSE | 许可证文件 | | LICENSE | 许可证文件 |
| README.md | 软件包使用说明 | | README.md | 软件包使用说明 |
| SConscript | RT-Thread 默认的构建脚本 | | SConscript | RT-Thread 默认的构建脚本 |
@ -113,7 +107,7 @@ RT-Thread online packages --->
2. 打开生成的工程,编译下载到设备中 2. 打开生成的工程,编译下载到设备中
### 2.4 运行demo程序 ### 2.3 运行demo程序
系统启动后,在 MSH 中使用命令执行以mqtt_sample为例 系统启动后,在 MSH 中使用命令执行以mqtt_sample为例
启动案例mqtt_test_example start 启动案例mqtt_test_example start
终止案例mqtt_test_example stop 终止案例mqtt_test_example stop

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<runtime>
<enforceFIPSPolicy enabled="false" />
</runtime>
<configs SELEFILE="D:\software\RT-ThreadStudio\workspace\ziyun\Debug\rtthread.bin" SAVEFILE="D:\software\RT-ThreadStudio\workspace\ziyun\Debug\rtthread.rbl" COMPRESS="2" CRYPT="0" KEY="" IV="" NAME="app" VERSION="2.0.0" />
</configuration>