Holanet presentation protocol.
Go to file
2025-05-14 15:15:03 -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: Fix documentation on message payload length 2025-05-14 15:15:03 -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
.editorconfig
connection.go Change the result of Trans.SendWriter to a WriteCloser 2025-04-25 18:06:00 -04:00
dial.go Fix some outdated doc comments 2025-05-14 14:44:27 -04:00
error.go
go.mod Remove quic 2025-05-14 14:39:19 -04:00
go.sum Remove quic 2025-05-14 14:39:19 -04:00
LICENSE
listen.go Fix some outdated doc comments 2025-05-14 14:44:27 -04:00
message.go generate: What 2025-01-21 16:37:21 -05:00
metadapta_test.go Finally fix A... this took too long 2025-05-14 13:44:06 -04:00
metadapta.go Remove unneeded code 2025-05-14 13:52:03 -04:00
metadaptb_test.go Pass TestDecodeMessageBErr 2025-04-25 15:26:12 -04:00
metadaptb.go Implement SendWriter for METADAPT-B 2025-04-25 18:15:38 -04:00
option.go Add Default method to Option 2025-01-22 22:23:02 -05:00
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.