awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesDevice Control Routing

Mechanisms for routing hardware-level control codes to specific drivers.

Distinct from API Route Customization: Candidates focus on web routing or high-level API paths, not low-level kernel DeviceIoControl messages.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Device Control Routing. Refine with filters or upvote what's useful.

Awesome Device Control Routing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • winfsp/winfspAvatar de winfsp

    winfsp/winfsp

    8,687Ver en GitHub↗

    WinFSP is a framework for implementing custom file systems on Windows. It enables the creation of user-mode file systems that appear as standard disk drives or network shares to the operating system, allowing developers to implement file system logic in user space via a proxy architecture that avoids the need for custom kernel code. A primary differentiator is its FUSE compatibility layer, which maps POSIX-based file system calls to native Windows requests. This allows existing file systems written for the FUSE API to be ported to Windows and Cygwin environments. The project covers a wide ra

    Forwards specific DeviceIoControl messages to third-party drivers for custom file system control requests.

    Cdriverfilesystemfuse
    Ver en GitHub↗8,687
  1. Home
  2. Operating Systems & Systems Programming
  3. Device Control Routing