You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/vendor/github.com/mitchellh/go-vnc
Chris Bednarski 8a53385cbc
Revert "Remove a bunch of unused dependencies (godep v54+ required)"
10 years ago
..
LICENSE Revert "Remove a bunch of unused dependencies (godep v54+ required)" 10 years ago
README.md Revert "Remove a bunch of unused dependencies (godep v54+ required)" 10 years ago
client.go Revert "Remove a bunch of unused dependencies (godep v54+ required)" 10 years ago
client_auth.go Revert "Remove a bunch of unused dependencies (godep v54+ required)" 10 years ago
color.go Revert "Remove a bunch of unused dependencies (godep v54+ required)" 10 years ago
encoding.go Revert "Remove a bunch of unused dependencies (godep v54+ required)" 10 years ago
pixel_format.go Revert "Remove a bunch of unused dependencies (godep v54+ required)" 10 years ago
pointer.go Revert "Remove a bunch of unused dependencies (godep v54+ required)" 10 years ago
server_messages.go Revert "Remove a bunch of unused dependencies (godep v54+ required)" 10 years ago

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