https://github.com/gabbhack/sam_protocol
I2P SAM Protocol without any IO.
https://github.com/gabbhack/sam_protocol
i2p i2p-samv3 nim
Last synced: 9 months ago
JSON representation
I2P SAM Protocol without any IO.
- Host: GitHub
- URL: https://github.com/gabbhack/sam_protocol
- Owner: gabbhack
- License: mit
- Created: 2023-02-14T08:34:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T09:49:38.000Z (about 1 year ago)
- Last Synced: 2025-04-09T16:18:53.889Z (9 months ago)
- Topics: i2p, i2p-samv3, nim
- Language: Nim
- Homepage: https://gabbhack.github.io/sam_protocol/
- Size: 184 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sam_protocol [![nim-version-img]][nim-version]
[nim-version]: https://nim-lang.org/blog/2019/09/23/version-100-released.html
[nim-version-img]: https://img.shields.io/badge/Nim_-v1.0%2B-blue
**I2P SAM Protocol without any IO.**
```bash
nimble install samprotocol
```
[Documentation](https://gabbhack.github.io/sam_protocol/)
[Examples](https://github.com/gabbhack/sam_protocol/tree/master/examples)
---
This very simple library provides you builders and parsers of [SAM V3](https://geti2p.net/en/docs/api/samv3) messages.
The library itself does not perform any queries, which allows it to be used with any network libraries.
## License
Licensed under MIT license.
## Acknowledgements
- [nim-stew](https://github.com/status-im/nim-stew), for byteutils
- [i2pd](https://github.com/PurpleI2P/i2pd), for I2P client