firmware/bin/mqtt-listen.sh
2022-01-07 02:53:33 -08:00

5 lines
167 B
Bash
Executable File

#!/usr/bin/env bash
mosquitto_sub -h mqtt.meshtastic.org -v -t \$SYS/\# -t msh/+/stat/\# -t msh/+/json/\#
# mosquitto_sub -h test.mosquitto.org -v -t mesh/\# -F "%j"