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

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

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

6 个仓库

Awesome GitHub RepositoriesCross-Platform Hardware Controllers

Unified software layers for managing device settings across multiple operating systems.

Distinguishing note: Focuses on the controller layer for cross-platform management.

Explore 6 awesome GitHub repositories matching development tools & productivity · Cross-Platform Hardware Controllers. Refine with filters or upvote what's useful.

Awesome Cross-Platform Hardware Controllers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kavishdevar/librepodskavishdevar 的头像

    kavishdevar/librepods

    25,441在 GitHub 上查看↗

    Librepods is a cross-platform hardware controller that functions as a Bluetooth audio protocol interceptor. It provides a unified software layer to manage device-specific settings and connectivity features across various desktop and mobile operating systems, acting as a configuration tool for hardware-level sound parameters. The project distinguishes itself through a vendor identity emulation layer that masks hardware signatures to bypass authentication checks. By intercepting and modifying low-level Bluetooth handshake packets and spoofing device identifiers, it enables access to restricted

    Manages device-specific settings and connectivity features across multiple desktop and mobile operating systems.

    Kotlinaccessiblityairpodsandroid
    在 GitHub 上查看↗25,441
  • maxrave-dev/simpmusicmaxrave-dev 的头像

    maxrave-dev/SimpMusic

    9,535在 GitHub 上查看↗

    SimpMusic is an ad-free music streaming application that provides background audio and video playback from external web sources. It enables personal music library management through the organization of custom playlists and the synchronization of user accounts across multiple devices. The application features AI-powered real-time translation of time-synced lyrics and integrates with vehicle head units to map playback controls and browsing for in-car use. It utilizes cookie-based session synchronization to access personal libraries and recommendations from external services. The platform inclu

    Maps software playback controls to vehicle head unit inputs for safe in-car media management.

    Kotlinandroidandroid-16android-app
    在 GitHub 上查看↗9,535
  • hybridgroup/cylonhybridgroup 的头像

    hybridgroup/cylon

    4,207在 GitHub 上查看↗

    Cylon 是一个 JavaScript 机器人框架和硬件抽象层,旨在控制机器人、无人机和物联网设备。它作为一个物联网设备编排器,将高级 JavaScript 命令转换为硬件信号,并同时管理多个传感器和组件。 该系统利用驱动程序和适配器的模块化架构,将多样化的硬件信号标准化为统一的编程接口。它通过跨平台打包,实现了硬件控制逻辑在包括 Web 浏览器和移动应用在内的各种环境中的部署。 该框架涵盖了通过 GPIO 和 I2C 接口进行的硬件集成,并提供使用 HTTP、MQTT 和 Socket.io 协议的远程交互功能。它包括一个用于项目脚手架、硬件适配器生成以及设备生命周期管理(如固件更新和设备扫描)的命令行界面。

    Implements a modular system of adaptors and drivers to ensure compatibility across diverse hardware platforms.

    JavaScriptarduinobeaglebone-blackbluetooth-low-energy
    在 GitHub 上查看↗4,207
  • stephane/libmodbusstephane 的头像

    stephane/libmodbus

    4,180在 GitHub 上查看↗

    libmodbus 是一个可移植的 C 库,实现了用于工业硬件通信的 Modbus 协议栈。它提供了一套用于读取和写入工业控制器和传感器上的线圈和寄存器的工具,既可作为客户端也可作为协议服务器。 该库支持多种传输层,包括用于 IPv4 和 IPv6 网络通信的 Modbus TCP 栈,以及用于串行通信的 Modbus RTU 驱动程序。它通过专门的数据转换工具脱颖而出,这些工具处理浮点数的字节交换和字节序,以及位域映射,以确保跨不同硬件内存布局的兼容性。 该项目涵盖了广泛的工业通信功能,包括原子寄存器操作、设备识别以及协议约束或设备特性的管理。它为串行端口(包括 RTS 信号)和网络套接字提供了全面的连接管理,以及用于模拟设备内存的内存映射服务器缓冲区。 该跨平台实现兼容 Linux、Windows、macOS 和 FreeBSD。

    Enables portable C applications to communicate with industrial equipment across Linux, Windows, macOS, and FreeBSD.

    Cautomationclibmodbus
    在 GitHub 上查看↗4,180
  • commaai/opendbccommaai 的头像

    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

    Maps high-level software control signals to physical automotive network IDs and payload offsets via configuration.

    Pythonautomotivecandbc
    在 GitHub 上查看↗2,943
  • idescriptor/idescriptoriDescriptor 的头像

    iDescriptor/iDescriptor

    2,927在 GitHub 上查看↗

    iDescriptor is a suite of specialized tools for managing, diagnosing, and interacting with iOS devices. It provides a comprehensive toolkit for device management, hardware diagnostics, remote terminal access, and virtual location simulation across different operating systems. The project includes a device management suite for mirroring screens in real-time, managing files, and installing applications via USB or wireless connections. It features a hardware diagnostic tool to identify internal components and verify the authenticity of USB cables, along with a virtual GPS simulator to override g

    Provides a unified software layer for connecting to and controlling iOS hardware across different operating systems.

    C++applecppidevice
    在 GitHub 上查看↗2,927
  1. Home
  2. Development Tools & Productivity
  3. Cross-Platform Hardware Controllers

探索子标签

  • Cross-Platform Hardware CommunicationPortable software layers for communicating with hardware across multiple operating systems. **Distinct from Cross-Platform Hardware Controllers:** Focuses on the communication link rather than just the controller settings layer
  • Hardware AdaptorsModular drivers that normalize diverse hardware signals into a unified programming interface. **Distinct from Cross-Platform Hardware Controllers:** Focuses on the modular adaptor/driver layer for signal normalization, whereas Cross-Platform Hardware Controllers refers to the broader management layer.
  • Vehicle Interface MappingMapping software controls to physical automotive head unit inputs. **Distinct from Cross-Platform Hardware Controllers:** Focuses on automotive hardware specifically, rather than general cross-platform device settings.