LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

mqttui

TUI for subscribing to and publishing MQTT messages

TLDR

Subscribe to all topics on a broker
$ mqttui
copy
Connect to a specific broker
$ mqttui mqtt://[host]:[port]
copy
Subscribe to a specific topic
$ mqttui "[topic]"
copy
Publish a message
$ mqttui publish "[topic]" "[message]"
copy

SYNOPSIS

mqttui [options] [topic]

DESCRIPTION

mqttui is a TUI tool for subscribing to MQTT topics and publishing messages from the terminal. It displays a topic tree with live message updates and supports retained message management.The default broker can be configured via the MQTTUI_BROKER environment variable to avoid specifying it each time.

PARAMETERS

publish TOPIC MESSAGE

Publish a message to a topic.
clean-retained TOPIC
Clean retained messages for a topic.

INSTALL

sudo pacman -S mqttui
copy
sudo apk add mqttui
copy
brew install mqttui
copy
nix profile install nixpkgs#mqttui
copy

CAVEATS

Requires access to an MQTT broker. Subscribing to broad topics on busy brokers may generate high message volume.

HISTORY

mqttui was created by EdJoPaTo and is written in Rust.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid