https://github.com/fiware/tutorials.iot-over-iota
https://github.com/fiware/tutorials.iot-over-iota
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fiware/tutorials.iot-over-iota
- Owner: FIWARE
- License: mit
- Created: 2021-11-19T09:56:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T13:57:29.000Z (11 months ago)
- Last Synced: 2025-03-30T18:51:07.448Z (10 months ago)
- Language: Shell
- Size: 885 KB
- Stars: 12
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
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)
This tutorial extends the connection of IoT devices connecting to FIWARE to use an alternate transport. The
[UltraLight 2.0](https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual) IoT
Agent created in the [previous tutorial](https://github.com/FIWARE/tutorials.IoT-Agent) is reconfigured to communicate
with a set of dummy IoT devices which transfer secure messages over the
[IOTA Tangle](https://www.iota.org/get-started/what-is-iota). An additional gateway component is added to the
architecture of the previous [MQTT tutorial](https://github.com/FIWARE/tutorials.IoT-over-MQTT) to allow for secure
indelible transactions across a distributed ledger network.
The tutorial is mainly concerned with the architecture of the custom components, but uses [cUrl](https://ec.haxx.se/)
commands where necessary, and 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-over-IOTA.git
cd tutorials.IoT-over-IOTA
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-over-IOTA/tree/NGSI-v2) |
[Postman Collection](https://fiware.github.io/tutorials.IoT-over-IOTA/) | 
| --- | --- | --- | ---
---
## License
[MIT](LICENSE) © 2021-2024 FIWARE Foundation e.V.