GitXplorerGitXplorer
g

gofountain

public
110 stars
16 forks
0 issues

Commits

List of commits on branch master.
Unverified
4928733085e9593b7dcdb0fe268b20e1e1184b6d

Merge pull request #2 from gomida/patch-cdf

ggregbillock committed 8 years ago
Unverified
073cdc8ec5f90e2645bc53916a8a8a3646d47ee1

Fix robustSolitonDistribution CDF

ggomida committed 8 years ago
Unverified
595ed2ee38abc737562f88cbfb694d2fba23fe00

Add README.md file

ggregbillock committed 10 years ago
Unverified
efbb18d722f0cdc84d0d236b45975897f964c574

Go fountain code library

committed 11 years ago

README

The README file for this repository.

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.