Skip to content

MrMC/ulxmlrpcpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.5%
  • Other 0.5%