awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
divan avatar

divan/txqr

0
View on GitHub↗
3,060 نجوم·180 تفرعات·Go·mit·32 مشاهدات

Txqr

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 and symbol-based packetization to facilitate the transmission of datasets that exceed the capacity of a single QR code.

Features

  • Fountain Code Encoders - Transforms data into a fountain-coded symbol stream for resilient transmission over QR codes.
  • Animated QR Data Streamers - Streams large payloads through animated QR codes that remain recoverable despite missed frames.
  • Animated QR Data Transfers - Encodes data into a sequence of looping QR codes to reconstruct payloads regardless of frame order.
  • QR Code Binary Encoders - Uses QR codes as the physical medium for transporting encoded binary data streams.
  • Fountain Code Encoders - Encodes data into a sequence of QR codes using fountain codes to ensure reliable transmission.
  • Multi-Frame Encoders - Encodes data exceeding the capacity of a single QR code into a stream of recoverable frames.
  • Erasure Coding Libraries - Employs erasure coding to ensure reliable transmission and reconstruction of data over unreliable visual channels.
  • Out-of-Order Frame Reconstruction - Decodes payloads using a fountain-code matrix that does not require frames to be scanned in a specific order.
  • Visual Offline Data Transfers - Moves data between devices without a network connection using a series of scannable QR images.
  • Linear Algebraic Recoveries - Implements a system of linear equations to recover missing data blocks from encoded QR sequences.
  • Error Correction Codes - Uses fountain codes as an error correction mechanism to recover missing or corrupted QR frames.
  • Looping Sequence Streams - Cycles through encoded QR frames repeatedly to ensure the reader captures enough unique symbols.
  • Reliable QR Streams - Utilizes fountain codes to guarantee data recovery from animated QR streams despite missed frames.
  • Symbol-Based Packetization - Breaks payloads into small discrete chunks mapped to individual QR codes for sequential or random transmission.
  • Erasure-Resilient Scanners - Recovers missing or corrupted QR frames using fountain codes during the scanning process.

سجل النجوم

مخطط تاريخ النجوم لـ divan/txqrمخطط تاريخ النجوم لـ divan/txqr

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Txqr

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Txqr.
  • nayuki/qr-code-generatorالصورة الرمزية لـ nayuki

    nayuki/QR-Code-generator

    6,432عرض على GitHub↗
    Javacc-plus-plusjava
    عرض على GitHub↗6,432
  • codebude/qrcoderالصورة الرمزية لـ codebude

    codebude/QRCoder

    5,135عرض على GitHub↗

    QRCoder is a native C# library for generating and rendering QR codes from text and data payloads. It provides a dependency-free implementation of the QR code standard for the .NET ecosystem, handling the full process from data encoding to visual output. The library includes tools for customizing QR codes through the adjustment of colors, error correction levels, and the embedding of custom logos. It also supports standardized payload formatting for specific data types such as WiFi credentials, contact cards, and payment systems. The rendering engine outputs QR codes into multiple formats, in

    C#
    عرض على GitHub↗5,135
  • fukuchi/libqrencodeالصورة الرمزية لـ fukuchi

    fukuchi/libqrencode

    2,873عرض على GitHub↗

    libqrencode is a C library for generating QR Code symbols from text, binary, and structured data. It provides a core encoding engine that converts input data into QR Code symbols with configurable error correction levels and version settings, and includes a command-line tool for producing QR Code images directly from text or data input. The library supports multiple encoding modes including numeric, alphabetic, Japanese kanji, and 8-bit binary data, with automatic optimization to select the most efficient mode for a given input string. It can encode arbitrary binary data containing NUL charac

    C
    عرض على GitHub↗2,873
  • cozmo/jsqrالصورة الرمزية لـ cozmo

    cozmo/jsQR

    3,992عرض على GitHub↗

    jsQR is a JavaScript library for locating and decoding QR codes directly within a browser or Node.js environment. It functions as a client-side scanner and decoder that extracts text and data from images using pixel arrays, removing the need for server-side processing. The library provides tools for QR code localization to identify the exact coordinates of corners and alignment patterns within a larger image. It uses image pattern recognition to isolate the QR code and extract its encoded content. Its internal operations cover binarization-based thresholding, geometric pattern localization,

    TypeScriptqrqr-codeqr-parsing-library
    عرض على GitHub↗3,992
عرض جميع البدائل الـ 12 لـ Txqr→

الأسئلة الشائعة

ما هي وظيفة divan/txqr؟

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.

ما هي الميزات الرئيسية لـ divan/txqr؟

الميزات الرئيسية لـ divan/txqr هي: Fountain Code Encoders, Animated QR Data Streamers, Animated QR Data Transfers, QR Code Binary Encoders, Multi-Frame Encoders, Erasure Coding Libraries, Out-of-Order Frame Reconstruction, Visual Offline Data Transfers.

ما هي البدائل مفتوحة المصدر لـ divan/txqr؟

تشمل البدائل مفتوحة المصدر لـ divan/txqr: nayuki/qr-code-generator. cozmo/jsqr — jsQR is a JavaScript library for locating and decoding QR codes directly within a browser or Node.js environment. It… fukuchi/libqrencode — libqrencode is a C library for generating QR Code symbols from text, binary, and structured data. It provides a core… codebude/qrcoder — QRCoder is a native C# library for generating and rendering QR codes from text and data payloads. It provides a… lazarsoft/jsqrcode — jsqrcode is a JavaScript library for decoding QR codes within a web browser. It functions as a QR code scanner and… signalapp/signal-android — Signal-Android is an end-to-end encrypted messaging platform designed to ensure that only the sender and recipient can…