From 8aa4fdddcdc45024b24c7d0808d0d4bf8c590105 Mon Sep 17 00:00:00 2001 From: amit bezalel Date: Sat, 15 Jul 2017 18:45:44 +0300 Subject: [PATCH] readme changes --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 09c2e45..28d47a2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,14 @@ An RFB proxy, written in go that can save and replay FBS files but the code is already working (see main, proxy_test & player_test)** - tested on tight encoding with: tightvnc (client+server), noVnc(web client), chickenOfTheVnc(client), vineVnc(server), tigerVnc(client) +## Usage +**Some very usable cmdline executables are Coming Soon...** + +For now code usage samples can be seen by looking at: +* main.go (fbs recorder vnc client) +* proxy/proxy_test.go (vnc proxy with recording) +* player/player_test.go (vnc replaye server) + ## **Architecture** ![Image of Arch](https://github.com/amitbet/vncproxy/blob/master/architecture/proxy-arch.png?raw=true)