lightweightm2m-iotagent
lightweightm2m-iotagent copied to clipboard
IoT Agent accepting COAP requests. Designed to be a bridge between the OMA Lightweight M2M protocol and the NGSI interface.
Configure by default MongoDB database as iotagent-lightweightm2m to unify all IOTAgents
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, the **config-secure.js** is the configuration file used in...
**Release:** 1.0.0 - Problem: When a device is provisioned dinamically on the resource **/** actives resources (observables) are not announced and obsdervers are not created. - Scenario: This scenario assume...
We have been doing some integration tests with real devices and the agent is not able to observe active attributes. I think that this problem is related to https://github.com/telefonicaid/lwm2m-node-lib/issues/110 and...
Hi all, I'm testing the configuration provisioning at this link https://github.com/Fiware/iot.IoTagent-LWM2M/blob/1cdf6abc96654aca2f912cad01d5fdfcd21d7ec8/docs/configurationProvisioning.md and I'm using the configuration group for devices with type WeatherBaloon. I noticed that there was a change from...
I'm trying to follow Robot's example: https://fiware-iotagent-lwm2m.readthedocs.io/en/latest/deviceProvisioning/ Using dynamic provisioning in the latest stable version of Fiware/Orion. Virtual Device data: (following this: https://github.com/telefonicaid/lwm2m-node-lib) ``` create /7392/0 set /7392/0 1 79...
The service complain about a missing property: ``` time=2018-03-02T02:57:47.002Z | lvl=INFO | corr=n/a | trans=n/a | op=LWM2MLib.Server | msg=Starting Lightweight M2M Server time=2018-03-02T02:57:47.025Z | lvl=INFO | corr=n/a | trans=n/a |...
Hello, We have detected that after send an empty "Update registration" packet to the LwM2M Server, the next observations packets are not processed (received and sent to the Orion Context...
Raised in https://github.com/telefonicaid/lightweightm2m-iotagent/pull/105#discussion_r158007611 Unit test assume the usage of a real Orion instance (docker based). It would be better to use mocks and remove Orion dockers from from .travis.yml, as...
I've installed the LWM2M IoT Agent in the CentOS VM provided for the Context Broker. I obtain the following error after executing "bin/lwm2mAgent.js": msg=No host found for MongoDB driver. I...