Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabbhack/sam_protocol
I2P SAM Protocol without any IO.
https://github.com/gabbhack/sam_protocol
i2p i2p-samv3 nim
Last synced: about 1 month 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 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T10:02:10.000Z (4 months ago)
- Last Synced: 2024-10-12T01:09:28.285Z (4 months ago)
- Topics: i2p, i2p-samv3, nim
- Language: Nim
- Homepage: https://gabbhack.github.io/sam_protocol/
- Size: 182 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