Hackuarium / mesh-esp32

0 stars 0 forks source link

Install mqtt server #1

Open lpatiny opened 3 years ago

lpatiny commented 3 years ago

mqtt.hackuarium.org is configured

You can subscribe: mosquitto_sub -t '#' -h mqtt.hackuarium.org

You can publish: mosquitto_pub -h mqtt.hackuarium.org -t test -m "Hello"