mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 10:50:40 +00:00
5 lines
167 B
Bash
Executable File
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"
|