amet / ulxmlrpcpp

Ulxmlrpcpp is a lightweight C++ XML-RPC library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ulxmlrpcpp is a lightweight C++ XML-RPC library

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 99.6%Language:Makefile 0.2%Language:Shell 0.2%Language:C 0.1%