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

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

Results 36 iotagent-json issues
Sort by recently updated
recently updated
newest added

This IoTA does not yet support lazy attributes but it support a very similar mechanism based on subscriptions and explicit requests from the device to retrieve information from the Context...

enhancement

Hi All, I am working on Smart Light App and using following Fiware GEs - Orion Context Broker - Iotagent-json - Mosquito I am able to send events/data on "///attrs"...

When an IOT agent start at boot, is failed because dependencies with iotamanager When an IOT agent start, needs that the iotamanager be started Then in /etc/init.d/iotajson Need to change...

techdebt

Most of the code for the transport protocol binding is replicated between the Ultralight and JSON bindings. Maybe this code can be moved to an external library for Southbound transport...

techdebt

Under https://github.com/telefonicaid/iotagent-mqtt#-command-line-client please add that is needed a config file called "client-config.js" to use de CMD client with containing the basic config needed: ``` var config = {}; config.mqtt =...

https://github.com/telefonicaid/iotagent-node-lib/issues/1661