go-vnc icon indicating copy to clipboard operation
go-vnc copied to clipboard

VNC client and server library for Go.

Results 18 go-vnc issues
Sort by recently updated
recently updated
newest added

RealVNC servers report back 4.0 as the protocol version. It should still be possible to communicate to this with 3.8.

Add an example of taking a screenshot using the library based on 'vnc-screenshot' tool available on https://github.com/erasche/vnc-screenshot Signed-off-by: Vinicius Tinti

Signed-off-by: Vinicius Tinti

Signed-off-by: Robert-André Mauchin

How do I read incoming ServerMessage as the ServerMessageCh is one directional only?

Hello, Can you please tag and version this project? I am the Debian Maintainer for go-vnc and versioning would help Debian keep up with development.

This code includes VNCAuth support as provided in the separate DES inclusion pull. This work is based on the work of xenserverarmy, with some code refactoring.

Rather than expecting users to lookup the constants themselves, I've provided a file that includes a reasonable starting set client event constants.