Clone this repo:

Branches

  1. 4928733 Merge pull request #2 from gomida/patch-cdf by Greg Billock · 8 years ago master
  2. 073cdc8 Fix robustSolitonDistribution CDF by gomida · 8 years ago
  3. 595ed2e Add README.md file by Greg Billock · 10 years ago
  4. efbb18d Go fountain code library by Greg Billock · 10 years ago

gofountain

Go implementation of various fountain codes. Luby Transform, Online codes, Raptor code.

Includes many tests, libraries, and utilities.

The abstraction level is “low” -- that is, the code currently supports very low-level encoder/decoder level functionality, without any packetizing, etc. that a full system would include on top of this layer.