Holanet presentation protocol.
Go to file
2025-04-21 20:51:02 -04:00
assets assets: Add icon 2025-01-27 22:49:20 -05:00
cmd/hopp-generate cmd/hopp-generate: Add code generator command 2025-01-21 16:23:07 -05:00
design design: State support for TCP/TLS 2025-04-06 11:25:12 -04:00
examples/chat examples: Add chat example that also doesn't work properly yet 2025-01-27 22:36:52 -05:00
generate generate: Use new option type 2025-01-22 17:40:43 -05:00
tape tape: Fix U16CastSafe 2025-01-19 15:41:54 -05:00
.editorconfig Initial commit 2025-01-09 02:31:15 -05:00
connection.go Change the size limit type to an int64 2025-04-06 14:19:39 -04:00
dial.go Add note about the dial function 2025-01-21 20:37:10 -05:00
error.go Add ErrTablePairMissing error 2025-01-21 16:20:16 -05:00
go.mod Update go-util 2025-01-26 00:25:54 -05:00
go.sum Update go-util 2025-01-26 00:25:54 -05:00
LICENSE Initial commit 2025-01-09 02:31:15 -05:00
listen.go Add listeners 2025-01-19 19:29:04 -05:00
message.go generate: What 2025-01-21 16:37:21 -05:00
metadapta_test.go METADAPT-A tests run 2025-04-21 20:50:33 -04:00
metadapta.go Name return values of decodeMessageA 2025-04-21 20:49:58 -04:00
metadaptb_test.go METADAPT-B tests run 2025-04-21 20:51:02 -04:00
metadaptb.go Change the size limit type to an int64 2025-04-06 14:19:39 -04:00
option.go Add Default method to Option 2025-01-22 22:23:02 -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.