From 0903ceb2a00044f1139d3f9741902177a06401b4 Mon Sep 17 00:00:00 2001 From: Ali Gholami Rudi Date: Fri, 17 Sep 2021 11:46:39 +0430 Subject: [PATCH] README: basic introduction --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..731aafc --- /dev/null +++ b/README @@ -0,0 +1,21 @@ +FBVNC +===== + +Fbvnc is a small VNC client for Linux framebuffer. It can be invoked +as follows. + + $ fbvnc host port + +Without arguments, it connects to port 5900 of 127.0.0.1. Once +connected, it sends keyboard and mouse inputs to the VNC server and +updates the screen when necessary. The following keys are not sent to +the server. + +============== =================================== +KEY ACTION +============== =================================== +ctrl-space Stop/continue updating the screen +ctrl-alt-c Exit fbvnc +============== =================================== + +The zlib branch supports zlib compression. -- 2.11.4.GIT