From 157fadd2c30b2af7cacd4b6be55ca7f11b9a9f5b Mon Sep 17 00:00:00 2001 From: Amit Bezalel Date: Sat, 15 Jul 2017 08:31:53 +0300 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7ea04b4..b2d5ae7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ 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) ## **Architecture** -**Proxy** ![Image of Arch](https://github.com/amitbet/vncproxy/blob/master/architecture/proxy-arch.png?raw=true) @@ -32,7 +31,6 @@ This listener system was chosen over direct use of channels, since it allows the The Recorder uses channels and runs in parallel to avoid hampering the communication through the proxy. -**Player** ![Image of Arch](https://github.com/amitbet/vncproxy/blob/master/architecture/player-arch.png?raw=true)