emqx/qmqtt-client
Fork: 46 Star: 106 (更新于 2024-11-06 17:54:20)
license: LGPL-3.0
Language: C++ .
MQTT Client GUI Written with Qt
最后发布版本: v0.2.1 ( 2015-10-15 15:29:47)
qmqtt-client
MQTT Client GUI Written with Qt
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
最近版本更新:(数据更新于 2024-09-25 17:04:13)
2015-10-15 15:29:47 v0.2.1
主题(topics):
emqx, mqtt-client-gui, qmqtt-client
emqx/qmqtt-client同语言 C++最近更新仓库
2024-11-14 19:53:29 dragonflylee/switchfin
2024-11-12 22:32:53 PCSX2/pcsx2
2024-11-11 01:07:39 mudler/LocalAI
2024-11-10 05:02:57 LizardByte/Sunshine
2024-11-08 16:52:36 ExpressLRS/ExpressLRS
2024-11-08 05:48:17 ClickHouse/ClickHouse