packeteer/README.md

15 lines
370 B
Markdown
Raw Permalink Normal View History

2022-03-12 16:16:42 +00:00
# Packeteer
2024-01-15 23:23:15 +00:00
Packeteer is a library that can handle programatically structuring protocol packets as well as generating, constructing from raw, and unpacking depending on the protocol.
2022-03-12 16:16:42 +00:00
## Supported protocols
* HTTP/1.x
2022-03-13 11:36:49 +00:00
* Gemini
* FTP
2022-04-12 22:05:15 +01:00
* DNS
2022-03-12 16:16:42 +00:00
## What Packeteer is _not_
* a TCP/UDP stream handling library
* a server
* a protocol client
* the only way to do this, probably