iotagent-ul icon indicating copy to clipboard operation
iotagent-ul copied to clipboard

IoT Agent for a UltraLight 2.0 based protocol (with HTTP, MQTT and AMQP transports)

Results 31 iotagent-ul issues
Sort by recently updated
recently updated
newest added

Currently when I provision a device like this using the Ultralight or JSON IoT Agent: ```json { "endpoint": "http://iot-sensors/iot/lamp001", ... "commands": [ {"name": "on","type": "command"}, {"name": "off","type": "command"} ], "lazy":...

when the mqtt broker stops or there are connectivity issues, the agent does not recover the connection correctly.

Hi, As we are doing integration of IoT Agent with Scorpio Broker. For Northbound the data coming from IoT Agent is: { "id": "urn:ngsi-ld:Device:water001", "type": "Device", "heartRate": { "type": "Property",...

This pull request contains improvements made by the Secmotic team for iotagent-ul. These improvements are part of the fiQare project, which is based on ISO 25010 to improve software quality....

This pull request contains improvements made by the Secmotic team for iotagent-ul. These improvements are part of the fiQare project, which is based on ISO 25010 to improve software quality....

We have a hard time understanding the meaning of the different hierarchy levels provided by the iotagent. There is the `fiware-service`, the `fiware-servicepath` and underneath it is a bunch of...

question

According with https://github.com/telefonicaid/iotagent-ul/blob/master/lib/bindings/HTTPBindings.js#L415 it seems that is only listening in config.getConfig().iota.defaultResource or constants.HTTP_MEASURE_PATH

bug
question

Sometimes it happens that all calls to the agent don't work, The system returns this response ``` { "name": "MongoError", "message": "Topology was destroyed" } ``` Restarting the agent the...

**Version 1.10.0** Every time the UL agent is restarted all service groups and devices are lost. The database still contains the items but the API only returns empty lists. As...

I am trying to use AMQP for IoT Agent-ul, but can't find proper documentation other than config params on the IoT Agent. I need more info about the configuration on...