Holanet presentation protocol.
Go to file
2025-01-19 15:54:13 -05:00
design Fix transaction ID size 2025-01-19 14:21:58 -05:00
generate
tape tape: Fix U16CastSafe 2025-01-19 15:41:54 -05:00
.editorconfig
connection.go After the week I've had, I deserve to make a commit like this lmao 2025-01-19 13:09:37 -05:00
dial.go After the week I've had, I deserve to make a commit like this lmao 2025-01-19 13:09:37 -05:00
error.go After the week I've had, I deserve to make a commit like this lmao 2025-01-19 13:09:37 -05:00
go.mod After the week I've had, I deserve to make a commit like this lmao 2025-01-19 13:09:37 -05:00
go.sum After the week I've had, I deserve to make a commit like this lmao 2025-01-19 13:09:37 -05:00
LICENSE
listener.go
message.go
metadapta_test.go Encoding being placed before decoding everywhere makes sense 2025-01-19 15:52:11 -05:00
metadapta.go Encoding being placed before decoding everywhere makes sense 2025-01-19 15:52:11 -05:00
metadaptb.go Break out encodeMessageB, decodeMessageB 2025-01-19 15:54:13 -05:00
quicwrap.go After the week I've had, I deserve to make a commit like this lmao 2025-01-19 13:09:37 -05:00
README.md Remove nonsense from README 2025-01-09 02:42:03 -05:00

HOPP

Holanet Presentation Protocol

HOPP is a binary layer 6 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 transport protocol and UNIX domain sockets.