1 Star 0 Fork 6

kaiguoo7/Wakaama

forked from Gitee 极速下载/Wakaama 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
TODO 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
Ville Skyttä 提交于 2017-02-28 13:17 . Spelling fixes
LWM2M Features
--------------
- Access Control List
- JSON support
- Add token in every message
- Handle Observe parameters
- Keep-alive mechanism
- Support for Object Link datatype
- Discover method support
Bugfixes
--------
Implementation Improvements
---------------------------
- Store lwm2m_transaction_t per peer
- bufferize all CoaP messages until all callbacks returned
Currently if a server sends a request from its monitoring callback upon client
registration, the client will receive the request before the ACK to its register
and it will discard it.
- Easy access to the lwm2m_context_t from objects callbacks
- Use an unified result callback
Add some parameter so that the same user callback can be used for all DM operations.
- Use lwm2m-*-t types in er-coap-13
To avoid multiple conversions.
- Switch to void* parameters in lwm2m_list_* APIs
- Utility functions to easily implements objects
The utility will just use read and write individual resources. Either statically or
through callbacks. See [https://github.com/01org/libdmclient]/tests/mgtobj/utils/static_mo_util.h
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/kaiguoo/Wakaama.git
git@gitee.com:kaiguoo/Wakaama.git
kaiguoo
Wakaama
Wakaama
master

搜索帮助