awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesQR Code Binary Encoders

Encodes a raw byte sequence into a QR Code symbol, suitable for non-textual payloads.

Distinct from Binary Data Encoding: Distinct from Binary Data Encoding: encodes raw bytes into QR Code symbols, not general network stream encoding.

Explore 3 awesome GitHub repositories matching networking & communication · QR Code Binary Encoders. Refine with filters or upvote what's useful.

Awesome QR Code Binary Encoders GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nayuki/qr-code-generatornayuki 的头像

    nayuki/QR-Code-generator

    6,432在 GitHub 上查看↗

    Encodes a raw byte sequence into a QR Code symbol, suitable for non-textual payloads.

    Javacc-plus-plusjava
    在 GitHub 上查看↗6,432
  • divan/txqrdivan 的头像

    divan/txqr

    3,060在 GitHub 上查看↗

    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.

    Go
    在 GitHub 上查看↗3,060
  • fukuchi/libqrencodefukuchi 的头像

    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

    Encodes arbitrary binary data including NUL characters into a QR Code symbol using 8-bit mode.

    C
    在 GitHub 上查看↗2,873
  1. Home
  2. Networking & Communication
  3. Binary Data Encoding
  4. QR Code Binary Encoders

探索子标签

  • Fountain Code EncodersEncoders 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.