Registry / networking / mitchellh-go-vnc

mitchellh-go-vnc

JSON →
library0.0.0-20150629162542-723ed9867aedgogounverified

A VNC client library for Go, enabling remote desktop connections.

go get github.com/mitchellh/go-vnc
INSTALL
IMPORT
SIG · MITCHELLH-GO-VNC
M
mitchellh-go-vnc
networkinggov0.0.0-20150629162542-723ed9867aed
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vnc
github.com/mitchellh/go-vnc

Connects to a VNC server.

package main import ( "fmt" "github.com/mitchellh/go-vnc" ) func main() { client, _ := vnc.NewClient("host:5900", nil) defer client.Close() fmt.Println("Connected") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20150629162542-723ed9867aedlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mitchellh-go-vnc — go get mitchellh-go-vnc · libregistry