 |
GTK-VNC |
| version 0.2.0 |
| About GTK-VNC |
GTK-VNC is a VNC viewer widget for GTK.
It provides a core library written in C, using coroutines to allow it to be completely asynchronous while remaining single threaded. A wrapper library using PyGTK provides access to the widget functionality from Python. Two example programs illustrate use of the widget by re-implementing the traditional 'vncviewer' in a few 10's of lines of code.
The client is fully IPv6 aware, and as well as the traditional VNC authentication protocol, implements the VeNCrypt extension to provide secure TLS/SSL encrypted communications, optionally using x509 certificates to authenticate.
Requirements
This application requires GTK+ version 2.8.x.
Other dependencies include: GNU-TLS |
| Latest Version: 0.2.0 |
This release fixes compatability with mixed endianess client and servers and BGR/RGB pixel format displays. Mixed colour depths are now correctly accounted for & converted appropriately.
Graceful shutdown is now handled correctly, interrupting any pending I/O waits. Added destructor to widget to ensure all resources are free'd when the widget is deleted. The two common client cursor offload extensions are supported for compatability with OSX-VNC, UltraVNC and TightVNC. Support for Vino's TLS authentication method is added. Added signals for getting notified of desktop resize events, and authentication failures.
|
|
|