i2psam/README.md

20 lines
410 B
Markdown

# i2psam
A C++ library for the [SAM v3 API](https://geti2p.net/en/docs/api/samv3).
## 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`).