Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When connecting to a repeater, only send initialised string | Christian Beier | 2018-09-29 | 1 | -2/+8 |
| | | | | Closes #253 | ||||
* | Repeater example: show how to shut down cleanly | Johannes Schindelin | 2014-04-05 | 1 | -0/+6 |
| | | | | | | | Since we connected to the client through the repeater, chances are that we want this server shut down once the client disconnected. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Add an example how to connect to an UltraVNC-style repeater | Johannes Schindelin | 2014-04-05 | 1 | -0/+62 |
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> |