Holanet presentation protocol.
Go to file
2025-01-20 13:56:03 -05:00
design design: Make Transports section clearer 2025-01-19 19:27:34 -05:00
generate generate: Alter protocol parsing to support HOPP features 2025-01-20 13:56:03 -05:00
tape tape: Fix U16CastSafe 2025-01-19 15:41:54 -05:00
.editorconfig
connection.go Connections do not accept transactions using a context 2025-01-19 19:18:35 -05:00
dial.go Break out default TLS and QUIC configs 2025-01-19 19:27:56 -05:00
error.go
go.mod
go.sum
LICENSE
listen.go Add listeners 2025-01-19 19:29:04 -05:00
message.go Improve doc comments 2025-01-19 17:09:20 -05:00
metadapta_test.go Encoding being placed before decoding everywhere makes sense 2025-01-19 15:52:11 -05:00
metadapta.go Update METADAPT-A and METADAPT-B accordingly 2025-01-19 19:27:15 -05:00
metadaptb_test.go Test METADAPT-B encoding and decoding 2025-01-19 16:35:40 -05:00
metadaptb.go Update METADAPT-A and METADAPT-B accordingly 2025-01-19 19:27:15 -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.