Skip to content

b3c/qxmlrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Daniele Giunchi
Jun 4, 2012
80ef6da · Jun 4, 2012

History

13 Commits
May 2, 2011
May 2, 2011
Jun 4, 2012
May 2, 2011
May 2, 2011
May 2, 2011
May 2, 2011
May 2, 2011
May 2, 2011
May 2, 2011
May 2, 2011
May 2, 2011
May 2, 2011

Repository files navigation

The QXML-RPC library is a full Qt4 based implementation of 
XML-RPC ( http://www.xmlrpc.com/ ) protocol, licensed under LGPL.

The library is tested on linux and windows with Qt 4.2.3.

To build on unix run
qmake
make

on windows:
qmake
nmake all


This includes building of xmlrpc library,
client sample in examples/client directory,
server sample in examples/server directory,
and unit tests from test/unit. 

The package also contains python implementations
of xmlrpc client and server, which can be used
for testing ( stored in test/ directory ).


Check doc/html/index.html for documentation.

Releases

No releases published

Packages

No packages published