Hi !
We would like to replace our buggy communication layer to something better, and we would like to use Qt for this purpose. As the title says, the situation is the following ... we have two computers (at this time) one with Linux and one with Windows. We have a simple communication layer, request-response, and status. I would like to ask from a Qt expert to tell me which Qt component could be the best for this purpose (or could be the base of this new component).
Structure:
-> send request
--> when the other computer receive it emit a signal (do something in a slot)
---> send response
----> when the caller computer receive it emit a signal (do something in a slot)
- send status messages periodically
Thank you very much for your help.
Best regards, Lajos.