Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[leshan-dev] the mapping between OMA LWM2M standard and Leshan

Hi,

I started to follow the Leshan project and I'm interested in the standard - implementation gaps. 
Comparing OMA-TS-LightweightM2M-V1_0-20150707 with the 0.1.11-M6 Leshan release,
from a first contact with it, I would resume as follows:
1.       Bootstrap                                                                       - not yet fully implemented
2.       Client Registration 
a.       Register operation                                            - implemented only with UDP Transport Binding Mode
b.      Deregister                                                         - implemented
c.       Update operation                                              - implemented
3.       Device Management and Service Enablement
a.       Read                                                                 - implemented
b.      Discover
c.       Write                                                                 - implemented
d.      Write attributes ( LWM2M Object Attributes)
e.      Execute                                                             - implemented
f.        Create                                                               - implemented
g.       Delete                                                               - implemented
4.       Information Reporting
a.       Observe                                                             – implemented
b.      Notify                                                                  – implemented
c.       Cancel Observation                                           – implemented

Also not yet available:
    ·         The Access And Rights object
    ·         The Security stack: work is being done on x509 certificate based security support
           ·         The Queue Mode (queue messages and asynchronously send responses from the server to clients)

Would you agree with this assesment ?
Did I lack any areas from this "summary" ?

Thanks,
Octavian Paunescu.




Back to the top