vncproxy/client
2017-07-14 17:43:20 +03:00
..
client_auth_test.go Added server for web sockets, plus some refactoring 2017-07-01 23:01:58 +03:00
client_auth.go added serverInit listening and recorder adaptation for being created outside of the client 2017-07-07 13:32:21 +03:00
client_test.go Added server for web sockets, plus some refactoring 2017-07-01 23:01:58 +03:00
client-conn.go some work on the replay subsystem, plus getting better grasp of the FBS format 2017-07-14 00:52:50 +03:00
color.go Added server for web sockets, plus some refactoring 2017-07-01 23:01:58 +03:00
pixel-format.go * some debugging and fixing in the proxy (still needs some work) 2017-07-11 16:50:06 +03:00
pointer.go Added server for web sockets, plus some refactoring 2017-07-01 23:01:58 +03:00
README.md Added server for web sockets, plus some refactoring 2017-07-01 23:01:58 +03:00
server-messages.go made vnc replay-to-client work! 2017-07-14 17:43:20 +03:00

VNC Library for Go

go-vnc is a VNC library for Go, initially supporting VNC clients but with the goal of eventually implementing a VNC server.

This library implements RFC 6143.

Usage & Installation

The library is installable via standard go get. The package name is vnc.

$ go get github.com/mitchellh/go-vnc

Documentation is available on GoDoc: http://godoc.org/github.com/mitchellh/go-vnc