mirror of
https://github.com/amitbet/vncproxy.git
synced 2025-06-19 19:12:19 +00:00
added usage examples to readme
This commit is contained in:
parent
8543af35a4
commit
f298567976
@ -16,13 +16,17 @@ An RFB proxy, written in go that can save and replay FBS files
|
|||||||
- VineVnc(server)
|
- VineVnc(server)
|
||||||
- TigerVnc(client)
|
- TigerVnc(client)
|
||||||
|
|
||||||
## Usage:
|
|
||||||
|
|
||||||
### Executables (see releases)
|
### Executables (see releases)
|
||||||
* proxy - the actual recording proxy, supports listening to tcp & ws ports and recording traffic to fbs files
|
* proxy - the actual recording proxy, supports listening to tcp & ws ports and recording traffic to fbs files
|
||||||
* recorder - connects to a vnc server as a client and records the screen
|
* recorder - connects to a vnc server as a client and records the screen
|
||||||
* player - a toy player that will replay a given fbs file to all incoming connections
|
* player - a toy player that will replay a given fbs file to all incoming connections
|
||||||
|
|
||||||
|
## Usage:
|
||||||
|
recorder -recDir=./recording.rbs -targHost=192.168.0.100 -targPort=5903 -targPass=@@@@@
|
||||||
|
player -fbsFile=./myrec.fbs -tcpPort=5905
|
||||||
|
proxy -recDir=./recordings/ -targHost=192.168.0.100 -targPort=5903 -targPass=@@@@@ -tcpPort=5903 -vncPass=@!@!@!
|
||||||
|
|
||||||
### Code usage examples
|
### Code usage examples
|
||||||
* player/main.go (fbs recording vnc client)
|
* player/main.go (fbs recording vnc client)
|
||||||
* Connects as client, records to FBS file
|
* Connects as client, records to FBS file
|
||||||
|
Loading…
Reference in New Issue
Block a user