1 مستودع
Encoders that generate a potentially infinite stream of symbols for erasure-tolerant data recovery.
Distinct from QR Code Binary Encoders: Distinct from standard binary encoders by implementing fountain codes for frame-independent recovery.
Explore 1 awesome GitHub repository matching networking & communication · Fountain Code Encoders. Refine with filters or upvote what's useful.
txqr is a protocol and encoder for streaming large data payloads over QR codes. It enables the offline transfer of data between devices by encoding information into a sequence of scannable QR images. The system uses fountain codes and erasure coding to ensure data integrity. This allows a receiver to reconstruct the full original message from any subset of frames, making the transmission resilient to missed or corrupted frames during the scanning of animated QR sequences. The project covers high-volume data encoding and frame-independent reconstruction. It supports looping sequence streaming
Transforms data into a fountain-coded symbol stream for resilient transmission over QR codes.