https://github.com/fiware/tutorials.iot-over-mqtt
:orange_book: FIWARE 203: Provisioning Ultralight with an alternative transport: IoT over MQTT
https://github.com/fiware/tutorials.iot-over-mqtt
fiware fiware-iot-agents iot iot-agent mqtt mqtt-broker tutorial ultralight
Last synced: 23 days ago
JSON representation
:orange_book: FIWARE 203: Provisioning Ultralight with an alternative transport: IoT over MQTT
- Host: GitHub
- URL: https://github.com/fiware/tutorials.iot-over-mqtt
- Owner: FIWARE
- License: mit
- Created: 2018-06-26T06:35:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T13:57:31.000Z (2 months ago)
- Last Synced: 2025-03-30T05:07:40.539Z (about 1 month ago)
- Topics: fiware, fiware-iot-agents, iot, iot-agent, mqtt, mqtt-broker, tutorial, ultralight
- Language: Shell
- Homepage: https://fiware-iotagent-ul.rtfd.io
- Size: 1.25 MB
- Stars: 62
- Watchers: 10
- Forks: 44
- 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)
[](https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual)This tutorial uses introduces the use of the MQTT protocol across IoT devices connecting to FIWARE. 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 using MQTT via a [Mosquitto](https://mosquitto.org/) message brokerThe 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-over-MQTT.git
cd tutorials.IoT-over-MQTT
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-MQTT/tree/NGSI-v2) |
[Postman Collection](https://fiware.github.io/tutorials.IoT-over-MQTT/) | 
| --- | --- | --- | ------
## License
[MIT](LICENSE) © 2018-2024 FIWARE Foundation e.V.