summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSrikant Patnaik2015-04-21 14:22:23 +0530
committerSrikant Patnaik2015-04-21 14:22:23 +0530
commit4589de11890071732150d472ff1a0bbacd9839c6 (patch)
tree56ea941ba8f1c443a552211cfc5e649015ab2bb4 /README.rst
downloadtuxviewer-4589de11890071732150d472ff1a0bbacd9839c6.tar.gz
tuxviewer-4589de11890071732150d472ff1a0bbacd9839c6.tar.bz2
tuxviewer-4589de11890071732150d472ff1a0bbacd9839c6.zip
first commit with basic working of tool
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst32
1 files changed, 32 insertions, 0 deletions
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
+
+
+