All Projects → emqx → qmqtt-client

emqx / qmqtt-client

Licence: LGPL-3.0 license
MQTT Client GUI Written with Qt

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects

Projects that are alternatives of or similar to qmqtt-client

minirest
A Mini RESTful API Framework
Stars: ✭ 32 (-65.96%)
Mutual labels:  emqx
emqx-lwm2m
EMQ X LwM2M Gateway
Stars: ✭ 29 (-69.15%)
Mutual labels:  emqx
emqx-auth-http
EMQ X HTTP Authentication/ACL Plugin
Stars: ✭ 42 (-55.32%)
Mutual labels:  emqx
emqx-auth-username
EMQ X Authentication with Username and Password
Stars: ✭ 16 (-82.98%)
Mutual labels:  emqx
emqx-rule-engine
EMQ X Rule Engine
Stars: ✭ 63 (-32.98%)
Mutual labels:  emqx
dgiot-dashboard
DG-IoT平台行业应用扩展插件 DG-IoT for application plugin
Stars: ✭ 229 (+143.62%)
Mutual labels:  emqx
emqx-docs-en
EMQ X Broker Documentation
Stars: ✭ 12 (-87.23%)
Mutual labels:  emqx
mqtt5.0-cn
MQTT Version 5.0 Chinese
Stars: ✭ 22 (-76.6%)
Mutual labels:  emqx
emqx-chart
emqx kubernetes helm
Stars: ✭ 18 (-80.85%)
Mutual labels:  emqx
emqx-auth-mysql
Authentication, ACL with MySQL Database
Stars: ✭ 52 (-44.68%)
Mutual labels:  emqx
emqx-dashboard-frontend
EMQ X Dashboard Frontend
Stars: ✭ 27 (-71.28%)
Mutual labels:  emqx

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 [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].