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

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

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

2 个仓库

Awesome GitHub RepositoriesNetwork Input Replication

Capturing and serializing input events for immediate transmission to a remote network target.

Distinct from Input Event Serializers: Distinct from generic serializers that save events to files for playback; this focuses on real-time network replication.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Network Input Replication. Refine with filters or upvote what's useful.

Awesome Network Input Replication GitHub Repositories

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

    input-leap/input-leap

    7,419在 GitHub 上查看↗

    Input Leap is a software KVM switch and multi-machine input controller that allows a single keyboard and mouse to control several physical workstations over a local network. It functions as a network input emulator, sending keyboard and mouse signals to remote operating systems to manage a multi-machine workspace as if it were a single system with multiple monitors. The project also serves as a cross-platform clipboard synchronizer, enabling the sharing of copied text and data between different operating systems so that content can be pasted across all connected machines.

    Captures local keyboard and mouse movements and sends them as serialized events to remote machines.

    C++
    在 GitHub 上查看↗7,419
  • zio/ziozio 的头像

    zio/zio

    4,347在 GitHub 上查看↗

    ZIO is a functional effect system for the JVM that models asynchronous and concurrent programs as pure, composable values with typed error handling and dependency injection. Its core identity is built on fiber-based concurrency, where lightweight, non-blocking fibers execute millions of concurrent tasks with structured lifecycle management, and a dual-channel error model that separates expected business failures from unexpected system defects at compile time. The system provides effect-typed dependency injection through a layer-based dependency graph, pull-based reactive stream processing with

    Provides input value replication for creating multiplied data streams.

    Scalaasynchronicityasynchronousasynchronous-programming
    在 GitHub 上查看↗4,347
  1. Home
  2. Operating Systems & Systems Programming
  3. Hardware Interfacing and Drivers
  4. Input Event Interception
  5. Input Event Interceptors
  6. Input Event Serializers
  7. Network Input Replication

探索子标签

  • Input Value ReplicatorsPrimitives that duplicate each input element and write multiple copies to the output port, creating a multiplied data stream. **Distinct from Network Input Replication:** Distinct from Network Input Replication: focuses on data stream duplication within a channel, not network event serialization.