mirror of https://github.com/polistern/i2psam
![]() c89 wrapper |
||
---|---|---|
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
compat.h | ||
eepget.cpp | ||
i2psam-c.h | ||
i2psam.cpp | ||
i2psam.h |
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
).