https://github.com/fiware/tutorials.iot-agent
:orange_book: FIWARE 202: Provisioning the Ultralight IoT Agent
https://github.com/fiware/tutorials.iot-agent
fiware fiware-iot-agents iot iot-agent tutorial ultralight
Last synced: 2 months ago
JSON representation
:orange_book: FIWARE 202: Provisioning the Ultralight IoT Agent
- Host: GitHub
- URL: https://github.com/fiware/tutorials.iot-agent
- Owner: FIWARE
- License: mit
- Created: 2018-05-23T15:06:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T14:34:24.000Z (2 months ago)
- Last Synced: 2025-04-23T15:43:42.530Z (2 months ago)
- Topics: fiware, fiware-iot-agents, iot, iot-agent, tutorial, ultralight
- Language: Shell
- Homepage: https://fiware-iotagent-ul.rtfd.io
- Size: 1.55 MB
- Stars: 12
- Watchers: 10
- Forks: 18
- Open Issues: 3
-
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)
[](https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual)These tutorials introduce the concept of an **IoT Agent** and wires up the dummy
[UltraLight 2.0](https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual) IoT
devices created in the [previous tutorial](https://github.com/FIWARE/tutorials.IoT-Sensors) so that
measurements can be read and commands can be sent using NGSI-v2 or NGSI-LD requests sent to the
Context Broker.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.IoT-Agent.git
cd tutorials.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.IoT-Agent/tree/NGSI-v2) |
[Postman Collection](https://fiware.github.io/tutorials.IoT-Agent/) | 
| --- | --- | --- | --- |## NGSI-LD Smart Farm
**NGSI-LD** offers JSON-LD based interoperability used for Federations and Data Spaces. To run this tutorial with **NGSI-LD**, use the `NGSI-LD` branch.
```console
git clone https://github.com/FIWARE/tutorials.IoT-Agent.git
cd tutorials.IoT-Agent
git checkout NGSI-LD./services create
./services start
```| [](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) | :books: [Documentation](https://github.com/FIWARE/tutorials.IoT-Agent/tree/NGSI-LD) |
[Postman Collection](https://fiware.github.io/tutorials.IoT-Agent/ngsi-ld.html) | 
| --- | --- | --- | --- |---
## License
[MIT](LICENSE) © 2018-2024 FIWARE Foundation e.V.