use production mqtt server

This commit is contained in:
Kevin Hester
2021-04-10 10:55:56 +08:00
parent 5dfd387b21
commit e71758457b
4 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
mosquitto_sub -h test.mosquitto.org -v -t mesh/stat/\# -t mesh/json/\#
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"
+1 -1
View File
@@ -1 +1 @@
mosquitto_pub -h test.mosquitto.org -t mesh/stat/FakeNode -m online -d
mosquitto_pub -h mqtt.meshtastic.org -u meshdev -P large4cats -t msh/1/stat/FakeNode -m online -d