d0p1s4m4 / libFCPpp

libFCP++

Home Page:https://d0p1s4m4.github.io/libFCPpp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

libFCP++

https://d0p1s4m4.github.io/libFCPpp/


Languages

Language:C++ 94.9%Language:CMake 5.1%