iotagent-json
iotagent-json copied to clipboard
IoT Agent for a JSON based protocol (with HTTP, MQTT and AMQP transports)
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...
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...
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...
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