Skip to content

Commit 5d71b9b

Browse files
committed
C-SDK 1.2.0 发布
1. MQTT模块重构: 使用异步模型,消息确认及接收均使用回调方式 2. Shadow模块重构:简化UPDATE/GET/DELTA操作,易于理解和接入 3. CoAP模块新增:支持基于DTLS非对称加密链路的CoAP协议,当前仅支持用于数据上报,暂不支持Req/Resp消息交互
1 parent f2a46ed commit 5d71b9b

File tree

1,498 files changed

+13780
-269036
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,498 files changed

+13780
-269036
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/.idea/
2+
./build/
3+
*.o
4+
*.a
5+
/*.cproject
6+
/*.autotools
7+
/.project
8+
/output
9+
/sdk-tests/unit_test/unit_test.BASE
10+
/sdk-tests/unit_test/unit_test.LOCAL
11+
/sdk-tests/unit_test/unit_test.REMOTE
12+
.DS_Store
13+
*.DS_Store
14+
*.crt
15+
*.key
16+
sdk-tests/certs/unittest_private.key
17+
sdk-tests/certs/unittest_private.key

0 commit comments

Comments
 (0)