mqtt-analyzer 0.1.0

Help analyzing MQTT messages
mqtt-analyzer-0.1.0 is not a library.
Visit the last successful build: mqtt-analyzer-0.3.1

MQTT Analyzer

USAGE:
    mqtt-analyzer [OPTIONS]

FLAGS:
        --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -i, --id <ID>                The id to use for this client
    -h, --host <HOSTNAME>        Specify the host to connect to [default: localhost]
    -P, --pw <PASSWORD>          Provide a password to be used for authenticating with the broker. See also the
                                 --username option
    -p, --port <PORT>            Connect to the port specified [default: 1883]
    -t, --topic <TOPIC>...       The MQTT topic to subscribe to
    -u, --username <USERNAME>    Provide a username to be used for authenticating with the broker. See also the --pw
                                 argument