https://github.com/i2p/i2psam
C++ SAMv3 library
https://github.com/i2p/i2psam
cpp cpp-library i2p
Last synced: 7 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T23:32:28.000Z (about 1 year ago)
- Last Synced: 2024-09-16T00:41:33.700Z (about 1 year 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 / SAM)
README
[](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
```