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

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

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

3 مستودعات

Awesome GitHub RepositoriesDeclarative Mapping Schemas

External definition files that map proprietary radio clusters to standardized data attributes.

Distinct from Schema Mapping Engines: Distinct from general schema mapping engines: focuses on declarative hardware-to-data translation for radio protocols.

Explore 3 awesome GitHub repositories matching data & databases · Declarative Mapping Schemas. Refine with filters or upvote what's useful.

Awesome Declarative Mapping Schemas GitHub Repositories

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

    Koenkk/zigbee2mqtt

    14,812عرض على GitHub↗

    Zigbee2mqtt is a service that functions as a bridge between Zigbee radio signals and the MQTT messaging protocol. It acts as a smart home hardware controller, enabling the management and communication of sensors, lights, and switches through local USB or network-based radio adapters. The project serves as a network manager for local mesh environments, handling the pairing of new hardware and the ongoing administration of device connections. It translates proprietary radio payloads into standardized data structures using a declarative schema, ensuring that device states are reconciled in real

    Translates proprietary radio payloads into standardized data structures using declarative definition files.

    TypeScripthacktoberfest
    عرض على GitHub↗14,812
  • thzoria/nx_firmwareالصورة الرمزية لـ THZoria

    THZoria/NX_Firmware

    3,546عرض على GitHub↗

    NX_Firmware is a binary repository manager and firmware distribution server designed to store and serve versioned system update files to hardware devices. It functions as a stateless file host that organizes compiled firmware binaries in a structured directory for automated retrieval via a REST API. The system maps specific firmware builds to compatible hardware revisions using schema-based metadata. It utilizes a flat-file asset hosting model, serving binary blobs directly from the filesystem to avoid the overhead of a database management system. The server handles hardware version control

    Uses standardized schema files to map specific firmware builds to their compatible hardware revisions.

    Python
    عرض على GitHub↗3,546
  • commaai/opendbcالصورة الرمزية لـ commaai

    commaai/opendbc

    2,943عرض على GitHub↗

    OpenDBC is a CAN bus interface library and telemetry parser designed to read and write messages to a vehicle network. It functions as an automotive hardware abstraction layer that maps generic control signals to model-specific bus IDs across different vehicle brands, while acting as a control system that converts high-level steering and acceleration requests into raw binary packets for vehicle actuators. The project includes a vehicle network safety gateway that restricts or blocks specific control messages based on the system state to prevent unsafe maneuvers. It provides a standardized way

    Uses external declarative configuration files to map generic control signals to model-specific bus IDs and offsets.

    Pythonautomotivecandbc
    عرض على GitHub↗2,943
  1. Home
  2. Data & Databases
  3. Schema Mapping Engines
  4. Declarative Mapping Schemas

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

  • Firmware Compatibility SchemasDeclarative mapping files that link firmware versions to compatible hardware revisions. **Distinct from Declarative Mapping Schemas:** Focuses on firmware-to-hardware compatibility mapping rather than radio protocol translation.