Codebase list golang-github-farsightsec-golang-framestream / 5a3eef2f-c633-43b3-933e-a3a26517f8dd/main
5a3eef2f-c633-43b3-933e-a3a26517f8dd/main

Tree @5a3eef2f-c633-43b3-933e-a3a26517f8dd/main (Download .tar.gz)

# 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.