Provides RFB (VNC) server and client, written entirely in Squeak.Both server and client implement a superset of the latest (version3.3.7) RFB protocol published by RealVNC.com (with extensions tosupport local cursor handling in the popular TightVNC client). The server transmits (or broadcasts) the Squeak desktop to remoteVNC clients (either running natively on Unix, Mac or Windows, orrunning the Squeak client included in this same package). The client connects to and displays a remote framebuffer (providedeither from a VNC server running natively on Unix, Mac, Windows, etc.,or from a remote Squeak image running the server included in thispackage). To install, just grab RFB.33.cs and file it into a 3.6 image.Full documentation is included (see the class comments inRFBServer and RFBClient, and the help items on theassociated menus).