An RFB proxy, written in go that can save and replay FBS files
Go to file
2017-06-14 10:54:15 +03:00
.idea refactored encodings to directories. 2017-06-14 10:54:15 +03:00
.vscode added the project files for vscode and intellij 2017-06-12 18:40:41 +03:00
common refactored encodings to directories. 2017-06-14 10:54:15 +03:00
encodings refactored encodings to directories. 2017-06-14 10:54:15 +03:00
vnc refactored encodings to directories. 2017-06-14 10:54:15 +03:00
LICENSE Initial commit 2017-06-12 18:31:58 +03:00
main.go refactored encodings to directories. 2017-06-14 10:54:15 +03:00
README.md Create README.md 2017-06-12 18:38:15 +03:00

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.