summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2022-01-12 12:21:04 +0100
committerVictor Toso <me@victortoso.com>2022-01-17 09:26:09 +0000
commitb249514394da571dfce4f007d6720ee5415709bd (patch)
tree65cea462fa4198cd4812e7cd557673197073a8c2
parentf4ffdce329305da2803684776f7659083a530819 (diff)
readme: add info about usbredirect
Signed-off-by: Victor Toso <victortoso@redhat.com>
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6b57e08..ed04cca 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,12 @@ All that an application wishing to implement an usb-host needs to do is:
- Provide write and read callbacks for the actual transport of usbredir data
- Monitor for usbredir and libusb read/write events and call their handlers
+## usbredirect
+
+The usbredirect binary is an usbredir client for exporting an USB device either
+as TCP client or server, for use from another (virtual) machine through the
+usbredir protocol.
+
## usbredirtestclient
A small testclient for the usbredir protocol over tcp, using usbredirparser