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

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.6.1 to 3.6.10. Release notes Sourced from mongodb's releases. v3.6.10 The MongoDB Node.js team is pleased to announce version 3.6.10 of the mongodb package! Release Highlights This...

dependencies

Described here: https://github.com/m4n3dw0lf/SecureFiware Not shure if need some adjustments or something to merge in the master branch, any feedback will be appreciated.

MongoDb connection warning DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass...

help wanted

I found an error when I tried to run my client lwm2m. My client sends 200 request any 2 seconds and after 125 requests I have this error: **Tried to...

**Problem**: Two tests fail executing `npm test` ``` 76 passing (8s) 24 pending 2 failing 1) MongoDB Device registry "before each" hook: Uncaught Error: getaddrinfo ENOTFOUND http://unexistent.com at GetAddrInfoReqWrap.onlookup [as...

Is there an example on how to use it with DTLS (if supported?) Thanks

In file lwm2m-client.js function updateRegistration(deviceInformation, callback) { var rs = new Readable(), creationRequest = { host: deviceInformation.currentHost, port: deviceInformation.currentPort, method: 'PUT', pathname: deviceInformation.location, query: 'lt=' + config.client.lifetime + '&lwm2m=' +...

Hello everybody! Not sure if this is actually a lwm2m-node-lib issue, but here it goes: I've successfully connected to a Leshan instance (latest version compiled from master branch) and everything...

Couple of issues with writeAttributes: - The specification defines the observe interval in *seconds*, not milliseconds as used by this library - The writeAttributes function does not set the uri-query...

The LWM2M specification supports instances of resource types. This library doesn't currently seem to have support for this (with the possible exception of discovery), is it planned?