packer-cn/vendor/github.com/mitchellh/go-vnc
Chris Bednarski dbdb988634 Vendor all dependencies 2016-02-04 17:33:36 -08:00
..
LICENSE Vendor all dependencies 2016-02-04 17:33:36 -08:00
README.md Vendor all dependencies 2016-02-04 17:33:36 -08:00
client.go Vendor all dependencies 2016-02-04 17:33:36 -08:00
client_auth.go Vendor all dependencies 2016-02-04 17:33:36 -08:00
color.go Vendor all dependencies 2016-02-04 17:33:36 -08:00
encoding.go Vendor all dependencies 2016-02-04 17:33:36 -08:00
pixel_format.go Vendor all dependencies 2016-02-04 17:33:36 -08:00
pointer.go Vendor all dependencies 2016-02-04 17:33:36 -08:00
server_messages.go Vendor all dependencies 2016-02-04 17:33:36 -08:00

README.md

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