vncproxy/client
2017-07-09 09:54:47 +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 created proxy and listeners to connect recorder and server-client cross writing 2017-07-09 09:51:17 +03:00
color.go Added server for web sockets, plus some refactoring 2017-07-01 23:01:58 +03:00
pixel-format.go Added server for web sockets, plus some refactoring 2017-07-01 23:01:58 +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 Added server for web sockets, plus some refactoring 2017-07-01 23:01:58 +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