https://github.com/mitchellh/go-vnc
VNC client and server library for Go.
https://github.com/mitchellh/go-vnc
Last synced: 2 months ago
JSON representation
VNC client and server library for Go.
- Host: GitHub
- URL: https://github.com/mitchellh/go-vnc
- Owner: mitchellh
- License: mit
- Archived: true
- Created: 2013-06-05T05:37:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T21:17:30.000Z (over 1 year ago)
- Last Synced: 2025-10-10T17:56:53.727Z (2 months ago)
- Language: Go
- Homepage: https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc
- Size: 268 KB
- Stars: 301
- Watchers: 13
- Forks: 86
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- GO-SIMPLE - mitchellh/go-vnc - vnc/-/blob/client.go#L169-181) | (🥧 Browse Series: 52 articles)
README
# 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