Create README.md

This commit is contained in:
Amit Bezalel 2017-06-12 18:38:15 +03:00 committed by GitHub
parent bf414fb99f
commit 10eefbe1b5

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# 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.