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.