项目作者: i2p

项目描述 :
C++ SAMv3 library
高级语言: C++
项目地址: git://github.com/i2p/i2psam.git
创建时间: 2017-04-01T11:21:29Z
项目社区:https://github.com/i2p/i2psam

开源协议:MIT License

下载


License

i2psam

A C++ library for the SAM v3 API.

Development Status

The library will require SAM v3.1 server.
Pre-release (ongoing refactoring work and migration to C++11).

Usage

Library

Copy the files i2psam.cpp and i2psam.h into your codebase.
You can also build the library libi2psam.a:

  1. make

Example

See eepget.cpp for example TCP client usage.
Build with:

  1. make eepget