mirror of
https://github.com/JordanViknar/qt-mqtt-broker-client.git
synced 2026-06-03 17:22:05 +02:00
No description
- C++ 64.1%
- QML 27%
- CMake 8.9%
| .gitignore | ||
| CMakeLists.txt | ||
| main.cpp | ||
| Main.qml | ||
| mqttclient.cpp | ||
| mqttclient.h | ||
| README.md | ||
| UNLICENSE | ||
IHM TP 2 bis: MQTT Client
This project uses QML therefore CMake is used instead of QMake to build it.
We decided to make the client both a publisher and a subscriber instead of just the latter. Bi-directional client allows us, for example, to "chat" between instances.