packeteer/README.md
2024-01-15 23:23:15 +00:00

14 lines
370 B
Markdown

# Packeteer
Packeteer is a library that can handle programatically structuring protocol packets as well as generating, constructing from raw, and unpacking depending on the protocol.
## Supported protocols
* HTTP/1.x
* Gemini
* FTP
* DNS
## What Packeteer is _not_
* a TCP/UDP stream handling library
* a server
* a protocol client
* the only way to do this, probably