creation of mosquito lib in qml
Unsolved
QML and Qt Quick
-
While we are using the mosquito .h . I am trying to get the data from the subscribe(topic , message)but it is not displaying data in qml.
please help me to resolve this issue. -
@Rajashekar-V You use qt mqtt module + qml
https://doc.qt.io/qt-6/qtmqtt-index.html -
@Rajashekar-V perhaps show (code) what you are trying to do ? Its been a while since I had plans to use mosquitto with Qt, some old test code is up at https://github.com/oniongarlic/cutelibmosquitto-test and what I can remember it did work pretty well.
Anyway, I would also recommend going with qtmqtt these days.