Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 674 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 674 Bytes

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