logo
logo
Sign in

Organizing RPC via QT: Library for Communication between Objects in Different Processes

avatar
Dennis Turpitka

One of the key features of the QT framework is providing communication between objects via signals and slots. For QT developers, this is a very convenient and organic way to do things, but the nature of the feature does not allow to communicate between objects located in different address spaces. Therefore, the need arose to create a library that would allow establishing communication between objects located in different processes in a way when the user just needs to connect signals and slots of these objects.

The results of this effort I called the QRpc library, and here is how it is applied and built. 

Full: Organizing RPC via QT: Library for Communication between Objects in Different Processes

Written by:
Denys Krestol,
Junior Software Developer of Apriorit

collect
0
avatar
Dennis Turpitka
guide
Zupyak is the world’s largest content marketing community, with over 400 000 members and 3 million articles. Explore and get your content discovered.
Read more