MQTT Analyzer
```
USAGE:
mqtt-analyzer [OPTIONS]
FLAGS:
--help Prints help information
-V, --version Prints version information
OPTIONS:
-i, --id The id to use for this client
-h, --host Specify the host to connect to [default: localhost]
-P, --pw Provide a password to be used for authenticating with the broker. See also the
--username option
-p, --port Connect to the port specified [default: 1883]
-t, --topic ... The MQTT topic to subscribe to
-u, --username Provide a username to be used for authenticating with the broker. See also the --pw
argument
```