diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2014-03-29 14:53:24 -0500 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2014-04-05 18:37:58 -0500 |
commit | c0e012e4d26f2bc38ee5d34c3ee75e94cc799767 (patch) | |
tree | bde483617cdf0faa0b9fa4adc946456b9ed85b15 /examples/Makefile.am | |
parent | 7b9fc019de681125df48eb0650d3235aed87d8a5 (diff) | |
download | libvncserver-c0e012e4d26f2bc38ee5d34c3ee75e94cc799767.zip libvncserver-c0e012e4d26f2bc38ee5d34c3ee75e94cc799767.tar.gz |
Add an example how to connect to an UltraVNC-style repeater
UltraVNC offers an add-on to connect clients and servers via IDs with
a so-called repeater (e.g. to bridge firewalled clients and servers):
http://www.uvnc.com/products/uvnc-repeater.html
This example demonstrates how to use that feature with a
LibVNCServer-based server.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 29d3774..6a7d656 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -23,5 +23,5 @@ noinst_HEADERS=radon.h rotatetemplate.c noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \ vncev storepasswd colourmaptest simple simple15 $(MAC) \ $(FILETRANSFER) backchannel $(BLOOPTEST) camera rotate \ - zippy + zippy repeater |