Initial commit

This commit is contained in:
2025-01-09 02:31:15 -05:00
commit 1bc804190e
18 changed files with 2104 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# HOPP
*Holanet Presentation Protocol*
HOPP is a binary [layer 6](https://en.wikipedia.org/wiki/Presentation_layer)
protocol and data transmission format, paired with a code generator that can be
used to quickly create custom application protocols. HOPP is primarily designed
to run on top of the [QUIC](https://en.wikipedia.org/wiki/QUIC) transport
protocol, or anything else that is sufficiently message-oriented.