https://github.com/mitchellh/go-vnc
VNC client and server library for Go.
https://github.com/mitchellh/go-vnc
Last synced: 5 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T21:17:30.000Z (about 1 year ago)
- Last Synced: 2025-01-19T19:50:45.506Z (5 months ago)
- Language: Go
- Homepage: https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc
- Size: 268 KB
- Stars: 297
- Watchers: 14
- Forks: 83
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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