Holanet presentation protocol.
Go to file
2025-07-08 11:38:00 -04:00
assets
cmd/hopp-generate
design
examples/chat
generate generate: Fix testGenerateRun so that it actually works 2025-07-08 11:38:00 -04:00
internal/testutil internal/testutil: Create function to closely examine any data 2025-07-05 18:47:08 -04:00
tape tape: Ignore type names when encoding primitives using reflection 2025-07-05 22:10:55 -04:00
.editorconfig
.gitignore generate: Fix testGenerateRun so that it actually works 2025-07-08 11:38:00 -04:00
connection.go
dial.go
error.go
go.mod
go.sum
LICENSE
listen.go
message.go
metadapta_test.go
metadapta.go
metadaptb_test.go
metadaptb.go
option.go
README.md

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.