FIWARE / tutorials.IoT-over-MQTT

:orange_book: FIWARE 203: Provisioning Ultralight with an alternative transport: IoT over MQTT
https://fiware-iotagent-ul.rtfd.io
MIT License
62 stars 44 forks source link

Support protocol specific topic (`/ul/<apiKey>/<deviceId>`) #25

Closed mapedraza closed 2 years ago

mapedraza commented 2 years ago

IoT agents are going to drop the support for the legacy MQTT Topic format (/<apiKey>/<deviceId>) soon. The only supported format will be the one that includes the protocol in advance (i.e. /ul/<apiKey>/<deviceId>) as described in the documentation

This is the PR https://github.com/telefonicaid/iotagent-json/pull/633

jason-fox commented 2 years ago

This tutorial will need to be updated after the next release of the Ultralight agent to:

jason-fox commented 2 years ago

closed by 6d8eb1f