简体   繁体   English

多个客户端的 LwM2M 规范

[英]LwM2M specification for multiple clients

We are reading the LwM2M 2m spec for a college assignment simulation and trying to implement client and server requests.我们正在阅读用于大学分配模拟的 LwM2M 2m 规范,并尝试实现客户端和服务器请求。

Finding it hard to understand few details.发现很难理解一些细节。 Documentation is limited on it.文档仅限于此。 We were told a requirement was to configure multiple clients.我们被告知需要配置多个客户端。 Does that mean each end point will have its own object ids according to LwM2M?这是否意味着根据 LwM2M,每个端点都有自己的对象 ID? What will be unique for each client?每个客户都有什么独特之处? What we understood was each client has several objects like location, device, access control, security etc. Is there any good documentation out there or can someone give us a pointer for basic hierarchy of LwM2M?我们的理解是每个客户端都有几个对象,如位置、设备、访问控制、安全性等。 有没有好的文档或者有人可以给我们一个 LwM2M 基本层次结构的指针?

LwM2M server registers client devices by uniqued endpoint name. LwM2M 服务器通过唯一端点名称注册客户端设备。 To understand the lwm2m server and client flow better, you should play this demo sand box from leshan lwm2m为了更好地理解lwm2m服务器和客户端流程,你应该玩乐山lwm2m的这个演示沙盒

https://leshan.eclipseprojects.io/#/clients https://leshan.eclipseprojects.io/#/clients

You can read this to understand more about API in lwM2M您可以阅读本文以了解有关 lwM2M 中 API 的更多信息

https://www.win.tue.nl/~lrahman/iot_2016/tutorial/LeshanTutorial_2016_v2.pdf https://www.win.tue.nl/~lrahman/iot_2016/tutorial/LeshanTutorial_2016_v2.pdf

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM