Skip to content

kpostekk/mqtt-compass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

This project is far from being stable, don't except it to work properly (at least for now).

MQTT Compass

A Simple MQTT Browser (Golang + QT6). It's inspired by MQTT Explorer.

Features

  • It works (mostly)
  • Has search functionality (questionable)
  • Has context menu for topics (full topic has panic attack)

Build

Linux

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.

Windows

No idea, more info here.

MacOS

Also no clue, read more.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages