Dev Docs: Add SA2B and SC2 to network diagram (#719)
* Add SA2B and SC2 to network diagram * Remove jpg version of image. * Fix png of image... Github web editor borked it * Update network diagram.svg * We're back to light mode, friends. Use SVG and JPG that are valid and let you zoom in properly.
This commit is contained in:
parent
d76b41afe7
commit
a49bcd618d
Binary file not shown.
Before Width: | Height: | Size: 374 KiB After Width: | Height: | Size: 246 KiB |
|
@ -8,6 +8,15 @@ flowchart LR
|
||||||
CC[CommonClient.py]
|
CC[CommonClient.py]
|
||||||
AS <-- WebSockets --> CC
|
AS <-- WebSockets --> CC
|
||||||
|
|
||||||
|
subgraph "Starcraft 2"
|
||||||
|
SC2[Starcraft 2 Game Client]
|
||||||
|
SC2C[Starcraft2Client.py]
|
||||||
|
SC2AI[apsc2 Python Package]
|
||||||
|
|
||||||
|
SC2C <--> SC2AI <-- WebSockets --> SC2
|
||||||
|
end
|
||||||
|
CC <-- Integrated --> SC2C
|
||||||
|
|
||||||
%% ChecksFinder
|
%% ChecksFinder
|
||||||
subgraph ChecksFinder
|
subgraph ChecksFinder
|
||||||
CFC[ChecksFinderClient]
|
CFC[ChecksFinderClient]
|
||||||
|
@ -72,12 +81,14 @@ flowchart LR
|
||||||
V6[VVVVVV]
|
V6[VVVVVV]
|
||||||
MT[Meritous]
|
MT[Meritous]
|
||||||
TW[The Witness]
|
TW[The Witness]
|
||||||
|
SA2B[Sonic Adventure 2: Battle]
|
||||||
|
|
||||||
APCLIENTPP <--> SOE
|
APCLIENTPP <--> SOE
|
||||||
APCLIENTPP <--> MT
|
APCLIENTPP <--> MT
|
||||||
APCLIENTPP <-- The Witness Randomizer --> TW
|
APCLIENTPP <-- The Witness Randomizer --> TW
|
||||||
APCPP <--> SM64
|
APCPP <--> SM64
|
||||||
APCPP <--> V6
|
APCPP <--> V6
|
||||||
|
APCPP <--> SA2B
|
||||||
end
|
end
|
||||||
SOE <--> SNI <-- Various, depending on SNES device --> SOESNES
|
SOE <--> SNI <-- Various, depending on SNES device --> SOESNES
|
||||||
AS <-- WebSockets --> APCLIENTPP
|
AS <-- WebSockets --> APCLIENTPP
|
||||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
Loading…
Reference in New Issue