Linux/Mosquitto
< Linux
- usage
- subscribe
mosquitto_sub -t "test" mosquitto_sub -t "test" -u "username" -P "password"
- publish
mosquitto_pub -t "test" -m "message from client" mosquitto_pub -t "test" -m "message from client" -u "username" -P "password"