Skip to content

emqx/qmqtt-client

Repository files navigation

qmqtt-client

MQTT Client GUI Written with Qt

QMQTT

Usage under Linux

Compiling

Get library QMQTT (e.g. to ~/path_to_qmqtt) and compile. Then:

# add Qt tools (qmake etc) to the path
export PATH=~/Qt/Tools/QtCreator/bin:~/Qt/5.4/gcc_64/bin:$PATH

# add path to library-directory to LD_LIBRARY_PATH
export LIBRARY_PATH=~/path_to_qmqtt:$LIBRARY_PATH

# build qmqtt-client
cd qmqtt-client
qmake
make

Running

cd qmqtt-client
export LD_LIBRARY_PATH=~/path_to_qmqtt:$LD_LIBRARY_PATH

# start an mqtt broker such as emqttd (or mosquitto)

# run the qmqtt-client
./qmqtt-client

License

LGPLv3

Author

Feng Lee feng@emqx.io