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

VerneMQ and Watson IoT should use matching MQTT topics #31

Open
johnwalicki opened this issue Jun 16, 2021 · 1 comment
Open

VerneMQ and Watson IoT should use matching MQTT topics #31

johnwalicki opened this issue Jun 16, 2021 · 1 comment

Comments

@johnwalicki
Copy link
Member

The firmware subscribes to eight MQTT cmd topics that command the firmware to do a task.
The commands are described in https://github.com/openeew/openeew-firmware/blob/main/FIRMWARE.md

The firmware publishes acceleration event data to the MQTT broker on a status topic.

These MQTT topics follow a set of conventions defined by Watson IoT Platform.
Examples:

  • iot-2/cmd/earthquake/fmt/json
  • iot-2/evt/status/fmt/json

VerneMQ should match these MQTT topics.
This will make moving between MQTT brokers easier.

Before hacking the firmware, write test harness scripts using mosquitto_sub / mosquitto_pub CLI commands to prove that the VerneMQ MQTT broker be configured properly.

@andygrillo
Copy link
Member

can we close this issue given that we are moving away from complicated MQTT systems ?

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