From f4ef35dc5fa505b4d8089a3106043a52c4a0b5c8 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Mon, 2 Dec 2019 08:54:33 +1100 Subject: [PATCH] Update README.md to include UDP operation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8dabdf9..fc46fe4 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,6 @@ Then pass the path of the device to be forwarded, and pipe the output to an inst python -u -m input_over_ssh.client -p /dev/input/event1 | ssh hostname.example.com 'PYTHONPATH=/path/to/input-over-ssh python -m input_over_ssh.server' ``` +For the adventurous, you ought to be able to replace ssh with [mosh](https://mosh.org/) or netcat over UDP to further reduce latency. + For a full list of command-line options, run `python -m input_over_ssh.client --help`.