Mosquitto Broker
Very useful links:
-
mosquitto clinet - MQTTX
Subscribe
Example how to subscribe to system topics:
Bash
mosquitto_sub -h <domain_or_IP> -p <port> -u <username> -P <password> -d -t '$SYS/broker/clients/total'
- simple
- with user and pass