
QNetworkRpc
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Remote Process Communnication over TCP implementation for C++ Qt. It tries to make communication as simple as possible. You can setup connection in two lines. Then you can connect signals to remote object as they where local.
Chugaister
10 years ago
Currently there is only one QVariant-to-String conversion based.
All parameters data transfered as a unicode strings. So the endianess is not a case.
Being aware of this issues I have started from string based protocol.
Report
slux83
10 years ago
Surfing your code, i suppose no!
Report