From 4589de11890071732150d472ff1a0bbacd9839c6 Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Tue, 21 Apr 2015 14:22:23 +0530 Subject: first commit with basic working of tool --- README.rst | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..d1af866 --- /dev/null +++ b/README.rst @@ -0,0 +1,32 @@ +README +====== + +A simple server based remote desktop viewer. + +Requirements +------------ + +* VNC viewer and server + +* x11vnc + +* ssh server and client + +* zenity + +* web server + + +Working +------- + +There will be one dialog based application for both client(one who wish to +share desktop) and techie(who will access client's machine). + +* Client when opens the application will be provided with an ID and password, + to be shared with techie. + +* Upon feeding the credentials techie can view the client's desktop + + + -- cgit