InputShareUSB

A ip based kvm that shares the input of a windows pc with a usb capable device (by sidit77)

InputShareUSB Alternatives

Similar projects and alternatives to InputShareUSB

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better InputShareUSB alternative or higher similarity.

InputShareUSB reviews and mentions

Posts with mentions or reviews of InputShareUSB. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-20.
  • Using a Pi4 as a keyboard emulator
    2 projects | /r/raspberry_pi | 20 Feb 2023
    Have you tried using a different cable? A few months ago I wrote a similar program and someone experienced the same issue and it turned out to be the cable.
  • Mouse Server for Linux
    2 projects | /r/rust | 21 Aug 2022
    I wrote something similar (windows --network--> raspi zero w --usb--> target device). My first attempt used a simple tcp stream without nagle's algorithm and it was completely useable because I was sending way to many packets this way. After turning nagle's algorithm back on it generally usable but it also introduced something like a 0.5s delay (it's easily noticable, trust me). However the whole thing was pretty unstable, because even a small hick-up in network quality would result in a death spiral that took around 2-3s to resolve itself and make the program usable again. I'm sure I could've optimized my naive tcp protocol further to make it more stable but I chose to fix the problem on the source and wrote my own simple, reliable, ordered network protocol on top of UDP. While it currently has some limitations (no encryption, no congestion control, connection loss is somewhat ungraceful) it runs amazingly stable even under bad network conditions and with unnoticeable latency.
  • Using a rp0 to share my mouse & keyboard with my work laptop
    2 projects | /r/raspberry_pi | 31 Dec 2021
    Both the Windows and Raspberry Pi parts of this project are written in Rust and can be found here.
  • Any way to emulate "real" mouse clicks and key presses with software? (Preferably in python)
    2 projects | /r/learnprogramming | 16 Nov 2021
    Yes. When you use the Linux gadget driver it creates a device like /dev/hid0 for you in that you can write your usb-hid packets. This means that you can write a simple script that listens to a TCP connection and simply forwards everything it receives into /dev/hid0. On the PC side of things you then simply connect to this TCP server and you're good to go. Here is an example of what I'm talking about.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 29 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic InputShareUSB repo stats
4
30
6.3
12 months ago

sidit77/InputShareUSB is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of InputShareUSB is Rust.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com