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

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

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

4 مستودعات

Awesome GitHub RepositoriesBuilt-In Format Decoders

Decodes delimited text, key=value, JSON, NMEA, Modbus, and TLV formats using built-in decoders without writing scripts.

Distinct from Contract Data Decoders: Distinct from Contract Data Decoders: focuses on common serial data formats rather than blockchain ABI data.

Explore 4 awesome GitHub repositories matching networking & communication · Built-In Format Decoders. Refine with filters or upvote what's useful.

Awesome Built-In Format Decoders GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • tiny-craft/tiny-rdmالصورة الرمزية لـ tiny-craft

    tiny-craft/tiny-rdm

    12,899عرض على GitHub↗

    tiny-rdm is a Redis database manager and GUI client that provides a visual interface for performing CRUD operations on strings, hashes, lists, sets, and streams. It functions as a comprehensive administration tool, acting as a performance monitor, a pub/sub client, and a web dashboard for monitoring Redis activity. The project distinguishes itself through advanced data visualization and debugging capabilities, including the ability to organize keys into a hierarchical tree structure using custom delimiters. It supports the decoding and decompression of stored values through built-in methods o

    Provides built-in and custom encoders to decode and format stored values for improved human readability.

    Vuegogolangicon-pack
    عرض على GitHub↗12,899
  • serial-studio/serial-studioالصورة الرمزية لـ Serial-Studio

    Serial-Studio/Serial-Studio

    6,553عرض على GitHub↗

    Serial Studio is a desktop application for connecting to, decoding, visualizing, and recording data from hardware devices over multiple communication protocols. It functions as an embedded device debugging toolkit that ingests live data from Serial, Bluetooth, CAN, Modbus, MQTT, and network sockets into a unified dashboard, while also serving as a programmatic automation platform with over 320 commands exposed over TCP, gRPC, and MCP for external control. The application distinguishes itself through a scriptable frame pipeline that routes incoming bytes through configurable detection, decodin

    Decodes delimited text, key=value, JSON, NMEA, Modbus, and TLV formats using built-in decoders without writing any scripts.

    C++arduinocanbuscsv
    عرض على GitHub↗6,553
  • apache/pinotالصورة الرمزية لـ apache

    apache/pinot

    6,098عرض على GitHub↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Parses incoming messages using built-in decoders for common formats like Avro, JSON, and Protobuf to ensure data readability.

    Java
    عرض على GitHub↗6,098
  • python-attrs/attrsالصورة الرمزية لـ python-attrs

    python-attrs/attrs

    5,799عرض على GitHub↗

    attrs is a Python library that automatically generates initialization, representation, equality, hashing, and ordering methods from declarative class attribute definitions. At its core, it provides a class decorator metaprogramming framework that intercepts class creation to rewrite the class body, producing dunder methods without manual boilerplate. The library includes a comprehensive attribute validation toolkit with built-in validators for type checks, range constraints, regex matching, length limits, and logical composition of validation rules. The library distinguishes itself through it

    Encodes and decodes class instances using JSON, MessagePack, YAML, or TOML with built-in validation.

    Python
    عرض على GitHub↗5,799
  1. Home
  2. Networking & Communication
  3. Binary Data Encoding
  4. Contract Data Decoders
  5. Built-In Format Decoders

استكشف الوسوم الفرعية

  • Class Instance Multi-Format SerializersEncodes and decodes class instances using JSON, MessagePack, YAML, or TOML with built-in validation. **Distinct from Built-In Format Decoders:** Distinct from Built-In Format Decoders: focuses on class instance serialization, not general data format decoding.