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 /.gitignore | |
parent | 7b9fc019de681125df48eb0650d3235aed87d8a5 (diff) | |
download | libtdevnc-c0e012e4d26f2bc38ee5d34c3ee75e94cc799767.tar.gz libtdevnc-c0e012e4d26f2bc38ee5d34c3ee75e94cc799767.zip |
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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ examples/fontsel examples/pnmshow examples/pnmshow24 examples/regiontest +examples/repeater examples/rotate examples/simple examples/simple15 |