I need to have a bidirectional communication channel between a Windows service and a normal process. I have tried with Qt5 Remote Object (source is on service side, replica is on the process side), but I cannot connect. Is there a way to use Qt5 RO ? What other options are available ?
regards Bogdan