No description
Find a file
2024-10-26 14:49:38 +05:00
.github/workflows Try to fix tests 2023-02-20 22:53:22 +05:00
examples Add simple chat example 2023-02-19 16:22:18 +05:00
src Fix value parsing with = 2023-02-20 22:49:09 +05:00
tests Fix value parsing with = 2023-02-20 22:49:09 +05:00
.gitignore Add .gitignore 2023-02-14 20:50:38 +05:00
LICENSE Init 2023-02-14 13:34:45 +05:00
README.md Change docs url 2024-10-26 14:49:38 +05:00
sam_protocol.nimble Add nim version check to tests task 2023-02-20 22:56:58 +05:00

sam_protocol nim-version-img

I2P SAM Protocol without any IO.

nimble install samprotocol

Documentation

Examples


This very simple library provides you builders and parsers of SAM V3 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