Rust implementation of RaptorQ (RFC6330)
Go to file
Christopher Berner 52234fbcdf Version 0.6.0
2019-02-21 20:41:43 -08:00
benches Add throughput measurement to benchmark 2019-02-16 17:39:37 -08:00
src Add Encoder and Decoder that can span multiple blocks 2019-02-20 20:52:44 -08:00
tests Add Encoder and Decoder that can span multiple blocks 2019-02-20 20:52:44 -08:00
.gitignore Exclude IntelliJ files from Git 2019-01-21 17:07:07 -08:00
.travis.yml Add Travis CI 2019-02-20 21:02:03 -08:00
Cargo.toml Version 0.6.0 2019-02-21 20:41:43 -08:00
LICENSE Initial commit 2019-01-21 16:58:13 -08:00
Makefile Enable AVX2 in profiling build 2019-02-06 23:08:39 -08:00
README.md Document repair probability 2019-02-16 23:18:01 -08:00

raptorq

Rust implementation of RaptorQ (RFC6330)

Recovery properties: Reconstruction probability after receiving K + h packets = 1 - 1/256^(h + 1). See "RaptorQ Technical Overview" by Qualcomm