周玉环 d906a41c2e first commit 2 dni temu
..
.gitignore d906a41c2e first commit 2 dni temu
COPYRIGHT d906a41c2e first commit 2 dni temu
Control.go d906a41c2e first commit 2 dni temu
Decoder.go d906a41c2e first commit 2 dni temu
Encoder.go d906a41c2e first commit 2 dni temu
LICENSE d906a41c2e first commit 2 dni temu
README.md d906a41c2e first commit 2 dni temu
Reader.go d906a41c2e first commit 2 dni temu
Writer.go d906a41c2e first commit 2 dni temu
framestream.go d906a41c2e first commit 2 dni temu
timeout.go d906a41c2e first commit 2 dni temu

README.md

Frame Streams implementation in Go

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.