libFCP++

Hyphanet Client Protocol library.

Usage

    fcp::Client client("Demo");

    client.Connect("127.0.0.1", 9481);

    // Do stuff

    client.Disconnect();

License

OSI Approved License

libFCP++ is licensed under the 3-Clause BSD License.

The full text of the license can be accessed via this link and is also included in the license file of this software package.