You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: