From c0e012e4d26f2bc38ee5d34c3ee75e94cc799767 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 29 Mar 2014 14:53:24 -0500 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 083b816..c675991 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,7 @@ examples/fontsel examples/pnmshow examples/pnmshow24 examples/regiontest +examples/repeater examples/rotate examples/simple examples/simple15 -- cgit v1.2.3