some more house cleaning, updated license & docs

This commit is contained in:
amit bezalel
2017-07-15 07:52:23 +03:00
parent fa61227d89
commit 01fd227088
14 changed files with 111 additions and 261 deletions

35
architecture/plantUml.wsd Normal file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

BIN
architecture/proxy-arch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB