Giter VIP home page Giter VIP logo

qmqtt-client's Introduction

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]

qmqtt-client's People

Contributors

ajneu avatar emqplus avatar mwallnoefer avatar probonopd avatar wuming123057 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qmqtt-client's Issues

Toobar Icons

Connect Icon
Subscribe Icon
Publish Icon
About Icon

License

Would you mind adding a license to the code? Thanks

When executing step "Make"

Hi I'm pretty new to QtCreator and after downloading the files i still have trouble running it. I am on linux raspberry pi. I also do not understand the steps on making a library, my main.cpp file for #include "qmqtt.h" states that no directory is found .I hope someone can help resolve my issue. Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.