Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/i2p/i2psam
- Owner: i2p
- License: mit
- Created: 2017-04-01T11:21:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T23:32:28.000Z (4 months ago)
- Last Synced: 2024-09-16T00:41:33.700Z (4 months ago)
- Topics: cpp, cpp-library, i2p
- Language: C++
- Size: 144 KB
- Stars: 32
- Watchers: 15
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-i2p - i2psam - C++ SAMv3 library. (Libraries / I2Pd)
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
```