rust-zmq VS InputShareUSB

Compare rust-zmq vs InputShareUSB and see what are their differences.

InputShareUSB

A ip based kvm that shares the input of a windows pc with a usb capable device (by sidit77)
InfluxDB - Power Real-Time Data Analytics at Scale
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rust-zmq InputShareUSB
10 4
878 30
- -
0.0 6.3
3 days ago 12 months ago
Rust Rust
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rust-zmq

Posts with mentions or reviews of rust-zmq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-21.
  • ZMQ bindings library unmaintained?
    1 project | /r/rust | 13 Mar 2023
  • Ask HN: Best practices of publishing a forked repo
    1 project | news.ycombinator.com | 9 Oct 2022
    It depends how useful you think the patch is, and maybe also how likely you think it will get merged.

    In most cases I simply keep my fork as a PR and use the package either by vendoring or directly from the repo. If anyone else encounters the same bug, they will see my PR referencing the issue, they can do the same.

    If many people are encountering the bug and using the package, and/or if the project seems dead, then it's a good idea to publish. You can do username prefix or you can just add "2" at the end. I've seen this for other repos, This is what https://crates.io/crates/zmq2 did while https://crates.io/crates/zmq was inactive, though it seems like the latter's maintainer became active and merged what the former's maintainer had done.

  • Mouse Server for Linux
    2 projects | /r/rust | 21 Aug 2022
    I have been using https://crates.io/crates/zmq since 2015 (shortly after rust 1.0 was announced) in production with pub-sub, request-reply and router without any issue. Processes about 5k msg/seconds (mid-freq market data).
  • Can I pay someone to fix this? (Rust docker issue)
    1 project | /r/latcijuftemuhg | 29 Jul 2022
    1 project | /r/bewiuweifuzapg | 29 Jul 2022
    1 project | /r/ampibgumribupe | 29 Jul 2022
    1 project | /r/bageetkagicahc | 29 Jul 2022
    1 project | /r/programming | 28 Jul 2022
  • Programming sockets with Rust and socket2
    1 project | /r/rust | 12 May 2022
    I learned a lot about sockets with the library ZeroMQ, although at that time I was using the Python version. This library also has a Rust library, although it doesn't look like the amazing guide about sockets allows you to select Rust as of yet. Still I would recommend going through this guide, as it is not just teaching you how to use a library, but also teaches you about sockets at a theoretical level. It's entertaining to read as well.
  • Rust for Windows
    14 projects | news.ycombinator.com | 21 Jan 2021
    I think maybe the ZeroMQ rust crate as a case study is something that is non-trivial: https://github.com/erickt/rust-zmq

InputShareUSB

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.

What are some alternatives?

When comparing rust-zmq and InputShareUSB you can also consider the following projects:

MIO - Metal I/O library for Rust.

win32 - Public mirror for win32-pr

RuMqtt

Pico-PIO-USB - USB host/device implementation using PIO of raspberry pi pico (RP2040).

hydrogen - Multithreaded, non-blocking Linux server framework in Rust

hydrogen - Hydrogen lets you build faster headless storefronts in less time, on Shopify.

windows-rs - Rust for Windows

MSRC-Security-Research - Security Research from the Microsoft Security Response Center (MSRC)

core-foundation-rs - Rust bindings to Core Foundation and other low level libraries on Mac OS X and iOS

parallel-getter - ** Deprecated **

hydrogen - :atom: Run code interactively, inspect data, and plot. All the power of Jupyter kernels, inside your favorite text editor.

Windows Terminal - The new Windows Terminal and the original Windows console host, all in the same place!