This tutorial a wires up the dummy IoT devices which are responding using a custom XML message format. A custom IoT Agent is created based on the IoT Agent Node.js library and the framework found in the IoT Agent for Ultralight devices so that measurements can be read and commands can be sent using NGSI-v2 requests sent to the Orion Context Broker.
The tutorial uses cUrl commands throughout, but is also available as Postman documentation.
NGSI-v2 offers JSON based interoperability used in individual Smart Systems. To run this tutorial with NGSI-v2, use the NGSI-v2
branch.
git clone https://github.com/FIWARE/tutorials.Custom-IoT-Agent.git
cd tutorials.Custom-IoT-Agent
git checkout NGSI-v2
./services create
./services start
📚 Documentation | Postman Collection |
---|
MIT © 2020-2024 FIWARE Foundation e.V.