summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristian Klinger2016-05-18 13:36:50 +0200
committerChristian Klinger2016-05-18 13:36:50 +0200
commit9d548617a6ff3f85b7731775f4df9b6a6cee3906 (patch)
tree131ce73ee6514f7210bf7f0939637c2293be803b /README.md
parentconfigurable quit button. (diff)
downloadpvs2-9d548617a6ff3f85b7731775f4df9b6a6cee3906.tar.gz
pvs2-9d548617a6ff3f85b7731775f4df9b6a6cee3906.tar.xz
pvs2-9d548617a6ff3f85b7731775f4df9b6a6cee3906.zip
added sample scripts and README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4e62449
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+Pool Video Switch 2
+======================================================
+Developer and Integrator documentation
+------------------------------------------------------
+
+### Configuration files
+
+### Lock/Unlock Scripts
+The functionality of PVS client(`pvsclient`) can be extended by providing
+additional shell scripts that are executed on certain events.
+
+When the PVS client receives the message from the manager to lock the screen it
+executes `lock.sh` in the configuration directory (`/opt/openslx/pvs2`). When it
+receives an unlock message the client executes `unlock.sh` in the same
+directory.
+
+We suggest to implement additional locking measures in these files. In the
+`sample_configuration` folder of this repository you can find 2 scripts that use
+`xinput` to disable (enable) the keyboard so that users cannot (even when the
+keyboard input is grabbed by VMWare Player) type while the screen is locked.
+
+
+### Network Setup
+