commit | 595ed2ee38abc737562f88cbfb694d2fba23fe00 | [log] [tgz] |
---|---|---|
author | Greg Billock <gregbillock@gmail.com> | Wed Jul 30 23:57:54 2014 |
committer | Greg Billock <gregbillock@gmail.com> | Wed Jul 30 23:57:54 2014 |
tree | ec7ac0067e0bb3bd8c1905277d3875e4446504de | |
parent | efbb18d722f0cdc84d0d236b45975897f964c574 [diff] |
Add README.md file
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.