File: README.md

package info (click to toggle)
golang-github-mitchellh-go-vnc 0.0~git20150629.723ed98-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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](http://tools.ietf.org/html/rfc6143).

## 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