C++ SAMv3 library
 
 
 
Go to file
polistern d18d284e05
fix: Last warnings fixed.
2022-10-03 18:52:53 +00:00
.gitignore chore: Updated year and gitignore. 2022-06-08 18:16:14 +01:00
LICENSE chore: Updated year and gitignore. 2022-06-08 18:16:14 +01:00
Makefile style: Style fixes. 2022-06-09 10:30:29 +00:00
README.md style: Style fixes. 2022-06-09 10:30:29 +00:00
compat.h style: Style fixes. 2022-06-09 10:30:29 +00:00
eepget.cpp fix: Removed forced new line. 2022-06-10 21:04:57 +00:00
i2psam-c.h style: Style fixes. 2022-06-09 10:30:29 +00:00
i2psam.cpp style: Style fixes. 2022-06-09 10:30:29 +00:00
i2psam.h fix: Last warnings fixed. 2022-10-03 18:52:53 +00:00

README.md

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:

make

Example

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

make eepget