Holanet presentation protocol.
Go to file
2025-01-22 17:40:33 -05:00
cmd/hopp-generate cmd/hopp-generate: Add code generator command 2025-01-21 16:23:07 -05:00
design design: Clearly explain PASTA 2025-01-21 16:21:25 -05:00
generate generate: Fix broken doc comments 2025-01-22 16:56:05 -05:00
tape
.editorconfig
connection.go Add address methods to Conn 2025-01-21 21:07:52 -05: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 Upgrade go-util 2025-01-21 21:07:32 -05:00
go.sum Upgrade go-util 2025-01-21 21:07:32 -05:00
LICENSE
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
metadapta.go Add Addr methods to METADAPT implementations 2025-01-22 16:57:06 -05:00
metadaptb_test.go
metadaptb.go Add Addr methods to METADAPT implementations 2025-01-22 16:57:06 -05:00
option.go Fix option type 2025-01-22 17:40:33 -05:00
quicwrap.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.