A CLI tool for fetching MQTT stream data.
Output can be printed out directly, or directly written into a text file with
the -o
option.
Includes an HTTP Server (http://0.0.0.0:12345/) for fetching all available data with JSON.
Install Rust with rustup (Skip this step if already installed.)
Install dependencies (CMake and build related tools) from the package manager:
brew install cmake
sudo apt install build-essential cmake
Use cargo
command to install this tool.
cargo install mqtt-client-cli
``` mqtt-client-cli - A CLI MQTT Client
Usage: mqtt-client-cli [OPTIONS] --host
Options:
-H, --host