From 898f98608d3d11f9e92ddb9fddbedc1c131508e7 Mon Sep 17 00:00:00 2001 From: amit bezalel Date: Sat, 15 Jul 2017 18:52:11 +0300 Subject: [PATCH] some more readme changes --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28d47a2..cdfda99 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,17 @@ but the code is already working (see main, proxy_test & player_test)** ## 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) +Code samples can be found by looking at: +* main.go (fbs recording vnc client) + * Connects, records to FBS file + * Programmed to quit after 10 seconds * proxy/proxy_test.go (vnc proxy with recording) -* player/player_test.go (vnc replaye server) + * Listens to both Tcp and WS ports + * Proxies connections to a hard-coded localhost vnc server + * Records session to an FBS file +* player/player_test.go (vnc replay server) + * Listens to Tcp & WS ports + * Replays a hard-coded FBS file in normal speed to all connecting vnc clients ## **Architecture**