Files
2023-04-18 12:12:53 +02:00
..
2021-12-08 19:55:58 +08:00
2021-12-08 19:55:58 +08:00
2021-12-08 19:55:58 +08:00
2021-12-08 19:55:58 +08:00
2023-04-18 12:12:53 +02: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.

RFCs

Implemented

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