|
|
há 2 dias atrás | |
|---|---|---|
| .. | ||
| .gitignore | há 2 dias atrás | |
| COPYRIGHT | há 2 dias atrás | |
| Control.go | há 2 dias atrás | |
| Decoder.go | há 2 dias atrás | |
| Encoder.go | há 2 dias atrás | |
| LICENSE | há 2 dias atrás | |
| README.md | há 2 dias atrás | |
| Reader.go | há 2 dias atrás | |
| Writer.go | há 2 dias atrás | |
| framestream.go | há 2 dias atrás | |
| timeout.go | há 2 dias atrás | |
https://github.com/farsightsec/golang-framestream
Frame Streams is a lightweight, binary-clean protocol that allows for the transport of arbitrarily encoded data payload sequences with minimal framing overhead.
This package provides a pure Golang implementation. The Frame Streams implementation in C is at https://github.com/farsightsec/fstrm/.
The example framestream_dump program reads a Frame Streams formatted input file and prints the data frames and frame byte counts.