/ulxmlrpcpp

Ulxmlrpcpp is a lightweight C++ XML-RPC library

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

ulxmlrpcpp

Build Status

Ulxmlrpcpp is a lightweight C++ XML-RPC library

The library is initially cloned from http://ulxmlrpcpp.sourceforge.net/ for the purpose of adding IPv6 support and adding support for Ellipic-Curve keys for SSL connections. Besides that some code cleanup has been made.

Quick start

OSNAME=linux make

will build the library and place it under lib directory

OSNAME=linux make test

will build the library, then build the test suite and then run the test suite against the library