proxy.golang.org : github.com/phox/go-vnc
Package vnc provides VNC client implementation. This package implements The Remote Framebuffer Protocol as documented in [RFC 6143](http://tools.ietf.org/html/rfc6143). A basic VNC client can be created like this. Replace the IP on the net.Dial line with something more appropriate for your setup. This example will connect to a VNC server running on the localhost. It will periodically request updates from the server, and listen for and handle incoming FramebufferUpdate messages coming from the server. Implementation of RFC 6143 §7.7 Encodings. https://tools.ietf.org/html/rfc6143#section-7.7 Implementation of RFC 6143 §7.6 Server-to-Client Messages. https://tools.ietf.org/html/rfc6143#section-7.6
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/phox/go-vnc
License: MIT
Latest release: about 5 years ago
First release: about 5 years ago
Namespace: github.com/phox
Stars: 2 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 15 days ago