Lightweight M2M Specification - eclipse-leshan/leshan GitHub Wiki
This page lists official OMA resources about Lightweight M2M specification. :scroll:
Lightweight M2M Core Specification could be found here (raw links) but probably easier to find what you need with links below. :point_down:
If you need to ask questions related to LWM2M specification or search for clarification, you should look at: OMA LwM2M for Developers - GitHub repository.
Lightweight M2M v1.0.x
This version of the specification is implemented by the current stable release of Leshan v1.x (branch 1.x
)
Lightweight M2M v1.1.x
This specification version is currently in development in Leshan v2.0.0-Mx. (current master
)
LWM2M v1.1.1
: Core (html) (pdf) / Transport (html) (pdf) - latest v1.1.xLWM2M v1.1
: Core (html) (pdf) / Transport (html) (pdf)
Lightweight M2M v1.2.x
No Leshan version supports it. (Maybe when we will start to work on Leshan v3.0 ?)
LWM2M v1.2.2
: Core (html) (pdf) / Transport (html) (pdf) - latest v1.2.xLWM2M v1.2.1
: Core (html) (pdf) / Transport (html) (pdf)LWM2M v1.2
: Core (html) (pdf) / Transport (html) (pdf)
Lightweight M2M Object and Resource Registry
Leshan core library embeds LWM2M core objects definition (Security, Server, Devices ...) but you could add more.
Leshan demos embed almost all object definitions.
See Adding-new-objects wiki page to learn more about that.
If you find a bug in an object definition OR you want to register a new object, open a new issue at LWM2M registry GitHub repository.