mitchellh / go-vnc

VNC client and server library for Go.

Home Page:https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

VNC client and server library for Go.

https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc

License:MIT License


Languages

Language:Go 100.0%