Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mapedraza opened this issue Mar 17, 2022 · 2 comments
Closed

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

mapedraza opened this issue Mar 17, 2022 · 2 comments

Comments

@mapedraza
Copy link

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
telefonicaid/iotagent-json#633

@jason-fox
Copy link
Member

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

  • Update the README and alter any direct MQTT commands of the form /<apiKey>/<deviceId> to /ul/<apiKey>/<deviceId>.
  • Use the updated version of the test harness and add MQTT_TOPIC_PROTOCOL=ul to the docker-compose.yml

@jason-fox
Copy link
Member

closed by 6d8eb1f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants