reed-solomon-codes
There are 21 repositories under reed-solomon-codes topic.
xtaci/kcptun
A Quantum-Safe Secure Tunnel based on QPP, KCP, FEC, and N:M multiplexing.
xtaci/kcp-go
A Crypto-Secure Reliable-UDP Library for golang with FEC
tomerfiliba-org/reedsolomon
⏳🛡 Pythonic universal errors-and-erasures Reed-Solomon codec to protect your data from errors and bitrot. Includes a future-proof zero-dependencies pure-python implementation 🔮 and an optional speed-optimized Cython/C extension 🚀
lrq3000/pyFileFixity
📂🛡️Suite of tools for file fixity (data protection for long term storage⌛) using redundant error correcting codes, hash auditing and duplications with majority vote, all in pure Python🐍
dshekhalev/FEC
FEC Codec IP core library for a some famous codes (BCH, RS, LDPC, Turbo)
fblomqvi/librs
Library for forward-error-correction with Reed-Solomon codes
WojciechMigda/fec
forward error correction based on Vandermonde matrices
junkurihara/rust-gd
An Implementation of Generalized Deduplication, written in Rust
sfp932705/ecc
Error correction codes in python.
fridex/rscode-correction
A simple tool to secure a file for bit errors
WojciechMigda/zfex
zfex — an efficient, portable erasure coding tool
0razzu/coding-theory
Implementations of coding theory algorithms
acalvino4/CodingTheory
A technical paper introducing Coding Theory
ChristosKonstantas/Reed-Solomon-and-Hamming-block-codes-for-8PSK-transmission-system
Ιmplementation of Hamming and Reed-Solomon block encoders and decoders to a transmission system with 8PSK modulation.
Joe-Ferrara/CodingTheoryIntro
Scripts that compute instances of the Hamming Code and Reed-Solomon codes. Includes classes that represent finite fields, polynomials over finite fields, and matrices over finite fields.
linkingmon/ECC
Error Correction Code (2021 Fall)
ShubhamDeokar3045/Implementation-of-various-coding-schemes-using-VHDL
This project implements various error-correction codes in VHDL, including Hamming, Hadamard, and Reed-Solomon codes. These codes are used to enhance data integrity through error detection and correction, making the data transmission more reliable.
Silicon42/HiveTag
Circular black and white fiducial markers of my own design. Intended for object tracking.
zydd/libffrs
Fairly Fast & Flexible Reed-Solomon Coding
zyxsjdy/Coding-Theory-CSP21-IMPERIAL
Coursework for Coding Theory at IMPERIAL, 2021
jElhamm/Data-Link-Layer-Error-Correction
"Implements error correction techniques at the data link layer, enhancing data integrity and reliability in communication protocols"