Menu

Tree [e6fa08] master /
 History

HTTPS access


File Date Author Commit
 examples 2011-03-16 Oleksandr Omelchuk Oleksandr Omelchuk [e6fa08] Fixed crash in Remoter destructor. Added null v...
 src 2011-03-16 Oleksandr Omelchuk Oleksandr Omelchuk [e6fa08] Fixed crash in Remoter destructor. Added null v...
 .gitignore 2011-03-10 Oleksandr Omelchuk Oleksandr Omelchuk [3c7436] Added Unit tests
 License.txt 2011-02-14 Oleksandr Omelchuk Oleksandr Omelchuk [bcc805] Added readme info. Specified license.
 Readme.txt 2011-03-14 Oleksandr Omelchuk Oleksandr Omelchuk [45441a] Fixed spelling issues.
 config.pri 2011-03-14 Oleksandr Omelchuk Oleksandr Omelchuk [26e614] Updated Readme file. Made build confirable.
 package.sh 2011-03-14 Oleksandr Omelchuk Oleksandr Omelchuk [65b8ce] Fix windows test issues.
 qnetworkrpc.pro 2011-02-14 Oleksandr Omelchuk Oleksandr Omelchuk [7785e1] Restructured project files.

Read Me

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>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.