C++ SAMv3 library
 
 
 
Go to file
Mikal 6845cc4a6d
Merge pull request #4 from majestrate/c-api
c89 wrapper
2019-02-09 05:25:44 +01: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 Clarify README 2017-04-02 11:37:20 +12: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 initial c wrapper 2017-04-17 08:26:45 -04:00
i2psam.h initial c wrapper 2017-04-17 08:26:45 -04:00

README.md

i2psam

A C++ library for the SAM v3 API.

Development Status

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 client usage (build with make eepget).