diff options
author | Christian Beier <dontmind@freeshell.org> | 2018-11-05 21:33:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-05 21:33:58 +0100 |
commit | 56d69d831f304c8b99b523e2b7826e00f913fd5c (patch) | |
tree | bf17f5bd2d646bf94712002513ca332a0b1fe802 | |
parent | 0f2b27f220e03d07cdf417f599939c01e21e504f (diff) | |
download | libtdevnc-56d69d831f304c8b99b523e2b7826e00f913fd5c.tar.gz libtdevnc-56d69d831f304c8b99b523e2b7826e00f913fd5c.zip |
README. add a reference to client examples
Closes #224
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,6 +47,9 @@ i.e. a truecolour graphics. Only the Escape key is implemented. This may be the best starting point if you want to learn how to use LibVNCServer. You are confronted with the fact that the bytes per pixel can only be 8, 16 or 32. +If you want to build a VNC client instead, please have a look at the [various +client examples](./client_examples). + Projects using it ================= |