mirror of
https://github.com/amitbet/vncproxy.git
synced 2025-07-18 16:21:56 +00:00
some more readme changes
This commit is contained in:
parent
8aa4fdddcd
commit
898f98608d
13
README.md
13
README.md
@ -14,10 +14,17 @@ but the code is already working (see main, proxy_test & player_test)**
|
|||||||
## Usage
|
## Usage
|
||||||
**Some very usable cmdline executables are Coming Soon...**
|
**Some very usable cmdline executables are Coming Soon...**
|
||||||
|
|
||||||
For now code usage samples can be seen by looking at:
|
Code samples can be found by looking at:
|
||||||
* main.go (fbs recorder vnc client)
|
* 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)
|
* 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**
|
## **Architecture**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user