Table of Contents
This chapter explains how to use this library. To learn more
about the details please read the api documentation which you can either
download from the homepage or generate yourself if you have
doxygen installed.
To generate it yourself run make doc
in the top
level directory of the source distribution.
Please also try the example files in the subdirectory
tests
which are compiled with
make check
. Some files run as standalone tests. But
the most important files come as client and server pairs. Each of these
pairs tests one or more aspects of the library. The most important
pair regarding XML-RPC is val1_server and
val1_client. There are also several options to
turn special features on.