Application in pure C or C++ serving QT clients with D-Bus
Solved
3rd Party Software
-
I am in need of examples of applications that are D-Bus servers that generate signals requesting or supplying data, this server is written in pure C/C++ using third party libraries and cannot use QT due to its blocking when it starts as my code is uploaded as a shared library. The client, on the other hand, is a graphical interface and is being developed in Qt5 and will present the information to the user or request new ones to meet such requests generated by the server.
-
Hi
You could try this and its examples and see if it will talk ok to your "server" -
Thank you @mrjj , perfect for my demand.