Skip to content
Boost.ASIO bindings for libcurvecpr (implementation of CurveCP).
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
cmake
libcurvecpr-asio
tools
.gitignore
CMakeLists.txt
README.md

README.md

libcurvecpr-asio

Boost.ASIO header-only bindings for libcurvecpr.

Installation

Requires a patched version of libcurvecpr from kostko/libcurvecpr.

Assuming default library and installation locations, the bindings can be installed by using:

$ mkdir build
$ cd build
$ cmake ..
$ sudo make install

Examples

Example server and client implementations can be found under libcurvecpr-asio/examples.

You can’t perform that action at this time.