), as AT&T has closed its Cambridge Labs. It can still be had from http://www.uk.research.att.com/archive/vnc/
.RealVNC has nice enhancements, including automatic configuraton that tunes the encodings to suit the available bandwith. [KBK: "I found that the current RealVNC is incompatible with the 'vncserver' that comes with SuSE 9.2 - so switched to TightVNC, which seems to work better.""]CL published some of the first popular articles about VNC
.Tcl Implementations edit
Other Implementations edit
- RealVNC

- stevel had good experiences with RealVNC.
- tightVNC

- DRH recommends tightVNC
- UltraVNC

- favored by Miguel for Windows
- Xf4vnc

- two implementations of VNC in an X server.
Misc edit
Over on the Android page, someone mentioned that, using (client) VNC on a Unix machine, one could test GUI applications running on any platform with a VNC client.CLN 2005-02-14: Can anyone verify the rumor that VNC violates the 'Windows XP license agreement? Specifically, I've heard that the XP EULA disallows non-Microsoft remote viewers for the XP desktop. A stupid and petty restriction, IMHO, but, hey it's their s/w, they can license it however they want.XP bandwidth brouhaha
,Brian Livingston, supports the rumor you heard.George Peter Staplin 2008.05.21 - NexTk has a VNC widget. It supports the mouse and keyboard. It needs a bit of code for some keysyms, such as function keys, page up, page down (in ntk). It only supports true-colour displays. If anyone is curious the code is here: http://megapkg.googlecode.com/svn/trunk/NexTk_objstructure.vfs/vnc.img
It could use support for authentication protocols. I could use some help with it. I used this protocol document to implement my VNC widget: http://www.realvnc.com/docs/rfbproto.pdf
SEH 2008-08-25: ssvnc
is a vnc client which makes secure vnc sessions easier by automating ssl/ssh tunneling as the vnc connection is established. It includes a simple Tk GUI for specifying connection settings:

