Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 3.26 KB

File metadata and controls

61 lines (43 loc) · 3.26 KB

FIWARE Banner

FIWARE IoT Agents License: MIT Support badge UltraLight 2.0

This tutorial extends the connection of IoT devices connecting to FIWARE to use an alternate transport. The UltraLight 2.0 IoT Agent created in the previous tutorial is reconfigured to communicate with a set of dummy IoT devices which transfer secure messages over the IOTA Tangle. An additional gateway component is added to the architecture of the previous MQTT tutorial 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 commands where necessary, and is also available as

Postman documentation.

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.

git clone https://github.com/FIWARE/tutorials.IoT-over-IOTA.git
cd tutorials.IoT-over-IOTA
git checkout NGSI-v2

./services create
./services start
NGSI v2 📚 Documentation Postman Collection

License

MIT © 2021-2026 FIWARE Foundation e.V.