View My GitHub Profile
sudo apt install mosquitto mosquitto-clients
mosquitto_sub -h localhost -t "mqtt/test"
mosquitto_pub -h localhost -t "mqtt/test" -m "test"