周玉环 d906a41c2e first commit il y a 2 jours
..
.gitignore d906a41c2e first commit il y a 2 jours
COPYRIGHT d906a41c2e first commit il y a 2 jours
Control.go d906a41c2e first commit il y a 2 jours
Decoder.go d906a41c2e first commit il y a 2 jours
Encoder.go d906a41c2e first commit il y a 2 jours
LICENSE d906a41c2e first commit il y a 2 jours
README.md d906a41c2e first commit il y a 2 jours
Reader.go d906a41c2e first commit il y a 2 jours
Writer.go d906a41c2e first commit il y a 2 jours
framestream.go d906a41c2e first commit il y a 2 jours
timeout.go d906a41c2e first commit il y a 2 jours

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.