INTRODUCTION Aria2CPP is a C++ library to aid in the writing of programs which will need to connect to an Aria2 daemon via RPC calls. Aria is a multipurpose downloader which handles FTP, HTTP and BitTorrent protocols, in addition to others. It can run as a daemon with a JSON-RPC over HTTP interface which offers access to the same functionality as the command line client. This library takes care of the protocol details, and allows you to write programs that directly control any Aria2 daemon simply and easily. This library is a single static library called libaria2cpp.a to be linked with your binary. GETTING THE LIBRARY Currently there is only a source package, which you can download here http://boraxman.strangled.net/libaria2cpp/libaria2cpp-0.2.1.tar.gz GPG signature http://boraxman.strangled.net/libaria2cpp/libaria2cpp-0.2.1.tar.gz.asc Extract and run ./configure, make and make install as usual. It will create a static library called libaria2cpp.a. You will also need the following libraries, jsoncpp, jsonrpccpp-client and jsonrpccpp-common. DOCUMENTATION The full documentation is here http://boraxman.strangled.net/libaria2cpp/html/index.html