1
0
mirror of https://github.com/amitbet/vncproxy.git synced 2025-05-04 05:36:21 +00:00

Update README.md

This commit is contained in:
Amit Bezalel 2017-07-15 08:28:17 +03:00 committed by GitHub
parent 11f65fe10c
commit bf67b331a9

View File

@ -8,7 +8,7 @@ An RFB proxy, written in go that can save and replay FBS files
* a replay server to show fbs recordings to connecting clients
This is still a work in progress, and requires some error handling and general tidying up,
but the code is already working (see server_test, proxy_test & player_test)
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**