https://github.com/mateoconlechuga/vnc-capture
A lightweight simple implementation of capturing frames over VNC
https://github.com/mateoconlechuga/vnc-capture
Last synced: about 2 months ago
JSON representation
A lightweight simple implementation of capturing frames over VNC
- Host: GitHub
- URL: https://github.com/mateoconlechuga/vnc-capture
- Owner: mateoconlechuga
- Created: 2019-01-19T10:59:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T06:48:25.000Z (over 7 years ago)
- Last Synced: 2026-02-27T04:13:08.184Z (4 months ago)
- Language: C
- Size: 60.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# VncXfer
This is a super lightweight implementation of the VNC protocol, supporting both normal TCP communication and Unix direct sockets.
# Features
It current supports raw encoding and reporting of framebuffer changes, and has all the normal options of the RFB protocol.
Included is a Qt example program for testing. Either run qmake or Qt Creator to build the `.pro` file.
# Goals
This was created because I needed some way to fetch framebuffers on the localhost from running VMs. It's not pretty, but it works.