lwm2m-node-lib icon indicating copy to clipboard operation
lwm2m-node-lib copied to clipboard

Library for building OMA Lightweight M2M Applications (client and server).

Results 21 lwm2m-node-lib issues
Sort by recently updated
recently updated
newest added

when i call the function to stop the server i get this: time=2017-01-31T08:39:31.866Z | lvl=INFO | corr=n/a | trans=n/a | op=LWM2MLib.COAPRouter | msg=Stopping COAP Server **time=2017-01-31T08:39:31.867Z | lvl=ERROR | corr=n/a...

A `sonar-project.properties` file is needed in order to extract metrics for the repository. It should be filled following the example of other of our Node.js projects: ``` https://github.com/telefonicaid/fiware-pep-steelskin/blob/master/sonar-project.properties ```

I think there could be an abuse of proxy uri which makes this scenario going buggy: 1. As there is no DTLS support, I've written a DTLS to UDP tunnel....

Currently, both the in-memory and MongoDB registries use the same manual mechanism to expire records based on lifetime. There may be better ways to make this expiration using MongoDB (e.g.:...

enhancement

Some documentation should be wrote explaining the behavior in case of lifetime expiration (handler execution, registry removals, and so).

One of the tests of the test suite fails randomly with the following error: 1) Information reporting interface When the user invokes the Cancel operation on a resource should stop...

bug

There are some test cases described in the test suite but not implemented (regarding errors in client-side information management and not found resources). They should be implemented to strengthen the...

enhancement

Currently, just the Resource Read operation is implemented. Implement also the Read operations for instances and object types.

enhancement

The library currently leaves to the user the creation of all the objects the client and server want to present to their counterparts. In the case of some mandatory generic...

enhancement

In order to improve code readability

enhancement