1
0
mirror of https://github.com/amitbet/vncproxy.git synced 2025-05-06 14:46:21 +00:00
vncproxy/client
amit bezalel fe51682a55 fixed recorder (message init logic broke it)
added some handling for pixel format changes
2017-07-12 01:06:02 +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 fixed recorder (message init logic broke it) 2017-07-12 01:06:02 +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 fixed recorder (message init logic broke it) 2017-07-12 01:06:02 +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