C++ SAMv3 library
 
 
 
Go to file
polistern 5a89fe4c16
chore: Resolved merge conflicts.
2022-06-08 18:36:49 +01: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 Enable most warnings 2017-12-02 05:30:58 +13:00
README.md chore: Updated year and gitignore. 2022-06-08 18:16:14 +01:00
compat.h chore: Updated year and gitignore. 2022-06-08 18:16:14 +01:00
eepget.cpp chore: Updated year and gitignore. 2022-06-08 18:16:14 +01:00
i2psam-c.h Added basic support for UDP and RAW sessions 2021-11-11 16:34:50 +00:00
i2psam.cpp feat: Refactoring 2022-06-08 18:14:22 +01:00
i2psam.h feat: Refactoring 2022-06-08 18:14:22 +01: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

Library

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

make

Example

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

make eepget