buelowp / mqttsnoop

QT window for watching MQTT traffic on the local network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake Qt5 GUI Template
----------------------

You need Qt5 and CMake 2.8.11 or higher

-- Build instructions --

cd /your/project/build
cmake ../
make

./mqttsnoop


-- Tutorials and resources --

Qt online docs
https://doc.qt.io/

About

QT window for watching MQTT traffic on the local network

License:Apache License 2.0


Languages

Language:C++ 98.2%Language:CMake 1.8%