C++ SAMv3 library
 
 
 
Go to file
Mikal 21940ef1a5
Merge pull request #6 from i2p/readmeupdate
Update the readme
2019-07-27 22:04:36 +02:00
.gitignore Add example client 2017-04-02 11:34:23 +12:00
LICENSE Add license 2017-04-02 01:12:28 +13:00
Makefile Enable most warnings 2017-12-02 05:30:58 +13:00
README.md Update the readme 2019-07-27 22:03:47 +02:00
compat.h Remove Anoncoin includes etc. 2017-04-02 01:30:27 +13:00
eepget.cpp Add example client 2017-04-02 11:34:23 +12:00
i2psam-c.h initial c wrapper 2017-04-17 08:26:45 -04:00
i2psam.cpp Adding missing functions. SAM now let you choose signature types 2019-07-21 15:05:11 +02:00
i2psam.h Adding missing functions. SAM now let you choose signature types 2019-07-21 15:05:11 +02:00

README.md

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

Copy the files i2psam.cpp and i2psam.h into your codebase, or build the library libi2psam.a:

make

See eepget.cpp for example tcp client usage (build with make eepget).