From 10eefbe1b564232c8dce166e1597c0916e9bec4d Mon Sep 17 00:00:00 2001 From: Amit Bezalel Date: Mon, 12 Jun 2017 18:38:15 +0300 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..317e3e0 --- /dev/null +++ b/README.md @@ -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.