Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/i2p/i2psam

C++ SAMv3 library
https://github.com/i2p/i2psam

cpp cpp-library i2p

Last synced: 2 months ago
JSON representation

C++ SAMv3 library

Awesome Lists containing this project

README

        

[![License](https://img.shields.io/github/license/i2p/i2psam.svg)](https://github.com/i2p/i2psam/blob/master/LICENSE)

# 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

### 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
```