MQTT Client

A CLI tool for fetching MQTT stream data.

Installation

  1. Install Rust with rustup (Skip this step if already installed.)

  2. Install dependencies (CMake and build related tools) from the package manager:

  3. Use cargo command to install this tool.

    cargo install mqtt-client-cli

Usage

``` mqtt-client-cli - A CLI MQTT Client

Usage: mqtt-client-cli [OPTIONS] --host

Options: -H, --host Host. Required -u, --username Username. Optional -p, --password Password. Optional -t, --topic Topic. Optional (Default = "#") -o, --output Output Path. All data from the MQTT stream will be stored into the specified file -h, --help Print help -V, --version Print version ```