mirror of
https://github.com/amitbet/vncproxy.git
synced 2025-04-27 10:50:47 +00:00
An RFB proxy, written in go that can save and replay FBS files
.idea | ||
.vscode | ||
client | ||
common | ||
encodings | ||
server | ||
tee-listeners | ||
.gitignore | ||
LICENSE | ||
main.go | ||
README.md | ||
vncproxy.iml |
VncProxy
A RFB proxy, written in go that can save and replay RBS files
Still a work in progress, but the client side already includes all the required encodings understanding the RemoteFrameBuffer protocol is important since we need to save the frameResponses with timestamps
some server code will be added shortly, with the proxying logics.