1
1
Fork 0
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%
Find a file
2026-04-20 15:22:21 +02:00
.gitignore feat: it works at least 2026-04-17 23:44:51 +02:00
CMakeLists.txt docs: Add Doxygen documentation 2026-04-20 12:57:13 +02:00
main.cpp docs: Add Doxygen documentation 2026-04-20 12:57:13 +02:00
Main.qml docs: Add Doxygen documentation 2026-04-20 12:57:13 +02:00
mqttclient.cpp docs: Add Doxygen documentation 2026-04-20 12:57:13 +02:00
mqttclient.h docs: Add Doxygen documentation 2026-04-20 12:57:13 +02:00
README.md docs: Add README.md 2026-04-20 15:01:03 +02:00
UNLICENSE docs: Make project public 2026-04-20 15:22:21 +02:00

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.