|
|
hace 2 días | |
|---|---|---|
| .. | ||
| .gitignore | hace 2 días | |
| COPYRIGHT | hace 2 días | |
| Control.go | hace 2 días | |
| Decoder.go | hace 2 días | |
| Encoder.go | hace 2 días | |
| LICENSE | hace 2 días | |
| README.md | hace 2 días | |
| Reader.go | hace 2 días | |
| Writer.go | hace 2 días | |
| framestream.go | hace 2 días | |
| timeout.go | hace 2 días | |
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.