mirror of
https://github.com/amitbet/vncproxy.git
synced 2025-09-17 15:19:37 +00:00
some more house cleaning, updated license & docs
This commit is contained in:
35
architecture/plantUml.wsd
Normal file
35
architecture/plantUml.wsd
Normal file
@@ -0,0 +1,35 @@
|
||||
@startuml
|
||||
Title Vncproxy Architecture
|
||||
State VncProxy{
|
||||
State ClientPart
|
||||
State ServerPart
|
||||
state FbsRecorder
|
||||
}
|
||||
State VncClient
|
||||
State VncServer
|
||||
|
||||
VncClient -right-> ServerPart
|
||||
ServerPart -left-> VncClient
|
||||
VncServer -left-> ClientPart
|
||||
ClientPart -right-> VncServer
|
||||
ClientPart -left-> ServerPart
|
||||
ServerPart -right-> ClientPart
|
||||
|
||||
ClientPart -down-> FbsRecorder
|
||||
ServerPart -down-> FbsRecorder
|
||||
@enduml
|
||||
|
||||
|
||||
@startuml
|
||||
Title Vncproxy Fbs Player
|
||||
State VncProxy{
|
||||
|
||||
State ServerPart
|
||||
state FbsPlayer
|
||||
}
|
||||
State VncClient
|
||||
VncClient -left-> ServerPart
|
||||
ServerPart -right-> VncClient
|
||||
|
||||
FbsPlayer -up-> ServerPart
|
||||
@enduml
|
BIN
architecture/player-arch.png
Normal file
BIN
architecture/player-arch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
BIN
architecture/proxy-arch.png
Normal file
BIN
architecture/proxy-arch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user