ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/net/ulxmlrpcpp/pkg-descr
Revision: 18924
Committed: Mon May 11 13:18:24 2015 UTC (8 years, 11 months ago) by laffer1
File size: 498 byte(s)
Log Message:
update dnet and pcap libs

File Contents

# Content
1 XML-RPC is an extensible mechanism allowing a computer to offer a limited set
2 of services which can be accessed from anywhere in the net.
3
4 XML-RPC uses common and easy to learn internet standards like XML. and HTTP.
5
6 ulxmlrpcpp is a library to perform such calls in an object oriented approach
7 implemented in C++. It is intended to have simple interfaces and to be easy to
8 learn. But it shall still be fully compliant to the standards and safe in it's
9 use.
10
11 WWW: http://ulxmlrpcpp.sourceforge.net/