Important
This project is far from being stable, don't except it to work properly (at least for now).
A Simple MQTT Browser (Golang + QT6). It's inspired by MQTT Explorer.
- It works (mostly)
- Has search functionality (questionable)
- Has context menu for topics (full topic has panic attack)
Requires qt6-qtbase-devel
package.
# Enable clang for marginal performance improvement
go env -w "CC=clang"
go env -w "CXX=clang++"
# Build
go build
For more detailed information about use of QT read this.
No idea, more info here.
Also no clue, read more.