|
|
2 dienas atpakaļ | |
|---|---|---|
| .. | ||
| .gitignore | 2 dienas atpakaļ | |
| COPYRIGHT | 2 dienas atpakaļ | |
| Control.go | 2 dienas atpakaļ | |
| Decoder.go | 2 dienas atpakaļ | |
| Encoder.go | 2 dienas atpakaļ | |
| LICENSE | 2 dienas atpakaļ | |
| README.md | 2 dienas atpakaļ | |
| Reader.go | 2 dienas atpakaļ | |
| Writer.go | 2 dienas atpakaļ | |
| framestream.go | 2 dienas atpakaļ | |
| timeout.go | 2 dienas atpakaļ | |
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.