QNetworkRPC Code
Status: Beta
Brought to you by:
oleksandr_o
File | Date | Author | Commit |
---|---|---|---|
examples | 2011-03-16 |
![]() |
[e6fa08] Fixed crash in Remoter destructor. Added null v... |
src | 2011-03-16 |
![]() |
[e6fa08] Fixed crash in Remoter destructor. Added null v... |
.gitignore | 2011-03-10 |
![]() |
[3c7436] Added Unit tests |
License.txt | 2011-02-14 |
![]() |
[bcc805] Added readme info. Specified license. |
Readme.txt | 2011-03-14 |
![]() |
[45441a] Fixed spelling issues. |
config.pri | 2011-03-14 |
![]() |
[26e614] Updated Readme file. Made build confirable. |
package.sh | 2011-03-14 |
![]() |
[65b8ce] Fix windows test issues. |
qnetworkrpc.pro | 2011-02-14 |
![]() |
[7785e1] Restructured project files. |
ABOUT Crossplatform Remote Process Communication implementation for C++ Qt. It can be perfectly used for local applications communication 1-to-1. Communication may be easilly established between applications on different network hosts scince library uses sockets for data transmission. LICENSE LGPL - GNU LESSER GENERAL PUBLIC LICENSE http://www.gnu.org/copyleft/lesser.html BUILD INSTRUCTIONS: Make sure that you uncommented right configuration line in confir.pri file "CONFIG+=GCC" - known to work on linux gcc and in Qt-SDK(mingw) configuration. "CONFIG+=MSVC" - for building using visual studio tools. You can build this project as a normal qt project % qmake % make To generate project file for Visual Studio run "qmake -tp vc" DEPENDENCIES Qt + compiler Tested with Qt version 4.7.0. Should be compartible with other's. AUTHORS Oleksandr Omelchuk <sashao at e-mail.ua>