Hi All,
I’m new at Qt and I would like to learn how to transfer objects via TCP. I’m thinking about some kind of “.Net Remoting”. Are there any cross-platform ways to do it? I tried to serialize the object into a QDataStream and transfer it, but it would be better to use a general solution.
Could you please tell me some options for interprocess communication via TCP?
Thank you in advance
↧