Rust implementation of RaptorQ (RFC6330)
Go to file
2019-04-07 10:30:12 -07:00
benches Improve encoder scaling benchmark 2019-04-07 08:40:59 -07:00
examples raptorq: rustfmt whole project 2019-03-28 21:57:30 -07:00
src Add more sparse tests and framework for enabling sparse math 2019-04-07 10:30:12 -07:00
tests Add more sparse tests and framework for enabling sparse math 2019-04-07 10:30:12 -07: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 Fix encode_benchmark 2019-04-06 11:00:59 -07:00
LICENSE Initial commit 2019-01-21 16:58:13 -08:00
Makefile Add more sparse tests and framework for enabling sparse math 2019-04-07 10:30:12 -07:00
README.md Add status badges to README 2019-03-19 21:43:57 -07:00

raptorq

Build Status Crates Documentation dependency status

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