MQTT3.1.1 Implementation in QT
General and Desktop
4
Posts
2
Posters
2.7k
Views
1
Watching
-
wrote on 18 Sept 2014, 04:43 last edited by
Hi ,
is there MQTT 3.1.1protocol implementation in QT ? -
wrote on 18 Sept 2014, 05:46 last edited by
No, Qt framework does not have MQTT implementation.
Maybe some third party libraries like "this":https://github.com/slimpp/qmqtt one -
wrote on 18 Sept 2014, 05:50 last edited by
Thank you for your reply andreyc.
Are you saying me to compile this project and use this library as a plugin ? -
wrote on 18 Sept 2014, 05:56 last edited by
This library is 2 years old. I don't know when MQTT 3.1.1 was accepted so it is possible that the library is a bit outdated.
However if this library implements the required protocol and satisfies your requirements then you can link it as static or shared library to your project.
1/4