I want to subscribe and access data from mosquitto broker in my qt quick app code to get the published data on broker server, how to do?
-
I have deployed local mosquitto broker, client want to publish some data on my broker. I want to subscribe my broker and want to access that data which will be published by client in my Qt Quick application code, how should I do that??
Please help, Thanks in advance.
-
Hi,
Did you already check the Quick Subscription example ?