https://github.com/fiware/tutorials.custom-iot-agent
:orange_book: FIWARE 205: Creating a Custom IoT Agent
https://github.com/fiware/tutorials.custom-iot-agent
fiware fiware-iot-agents iot iot-agent tutorial xml
Last synced: 3 months ago
JSON representation
:orange_book: FIWARE 205: Creating a Custom IoT Agent
- Host: GitHub
- URL: https://github.com/fiware/tutorials.custom-iot-agent
- Owner: FIWARE
- License: mit
- Created: 2019-11-21T14:25:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-31T05:53:21.000Z (5 months ago)
- Last Synced: 2025-08-31T07:18:56.416Z (5 months ago)
- Topics: fiware, fiware-iot-agents, iot, iot-agent, tutorial, xml
- Language: Shell
- Homepage: https://iotagent-node-lib.readthedocs.io/
- Size: 794 KB
- Stars: 5
- Watchers: 9
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.fiware.org/developers)
[](https://github.com/FIWARE/catalogue/blob/master/iot-agents/README.md)
[](https://opensource.org/licenses/MIT)
[](https://stackoverflow.com/questions/tagged/fiware)
This tutorial a wires up the dummy IoT devices which are responding using a custom [XML](https://www.w3.org/TR/xml11/)
message format. A **custom IoT Agent** is created based on the IoT Agent Node.js
[library](https://iotagent-node-lib.readthedocs.io/en/latest/) and the framework found in the
[IoT Agent for Ultralight](https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual)
devices so that measurements can be read and commands can be sent using
[NGSI-v2](https://fiware.github.io/specifications/OpenAPI/ngsiv2) requests sent to the
[Orion Context Broker](https://fiware-orion.readthedocs.io/en/latest/).
The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also available as
[Postman documentation](https://www.postman.com/downloads/).
# Start-Up
## NGSI-v2 Smart Supermarket
**NGSI-v2** offers JSON based interoperability used in individual Smart Systems. To run this tutorial with **NGSI-v2**, use the `NGSI-v2` branch.
```console
git clone https://github.com/FIWARE/tutorials.Custom-IoT-Agent.git
cd tutorials.Custom-IoT-Agent
git checkout NGSI-v2
./services create
./services start
```
| [](https://fiware-ges.github.io/orion/api/v2/stable/) | :books: [Documentation](https://github.com/FIWARE/tutorials.Custom-IoT-Agent/tree/NGSI-v2) |
[Postman Collection](https://fiware.github.io/tutorials.Custom-IoT-Agent/) | 
| --- | --- | --- | --- |
---
## License
[MIT](LICENSE) © 2020-2024 FIWARE Foundation e.V.