Update README.md

This commit is contained in:
Amit Bezalel 2017-07-15 08:31:53 +03:00 committed by GitHub
parent 3498de4534
commit 157fadd2c3

View File

@ -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) - tested on tight encoding with: tightvnc (client+server), noVnc(web client), chickenOfTheVnc(client), vineVnc(server), tigerVnc(client)
## **Architecture** ## **Architecture**
**Proxy**
![Image of Arch](https://github.com/amitbet/vncproxy/blob/master/architecture/proxy-arch.png?raw=true) ![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. 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) ![Image of Arch](https://github.com/amitbet/vncproxy/blob/master/architecture/player-arch.png?raw=true)