Skip to content

Commit d3463f1

Browse files
committed
🔄 synced local 'docs' with remote 'docs'
1 parent 6031a9d commit d3463f1

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

docs/network.md

+12-13
Original file line numberDiff line numberDiff line change
@@ -32,43 +32,42 @@ network:
3232
via: 192.168.1.1
3333
```
3434
35-
3635
```mermaid
3736
graph TD
3837
subgraph official
3938
GameController[Game Controller]
4039
AutoRef[Auto Ref]
4140
Vision[SSL Vision]
4241
end
43-
42+
4443
OfficialHub[大会用スイッチングハブ]
45-
44+
4645
subgraph AIPC
4746
OfficialInterface[大会サーバー用Interface]
4847
ibisInterface[ロボット用Interface]
4948
crane[crane]
5049
sender[real_sender]
5150
receiver[robot_receiver]
5251
end
53-
52+
5453
SwitchingHub[スイッチングハブ]
5554
Router[ルーター]
56-
55+
5756
Robots[ロボット]
5857
PC[開発PC]
59-
58+
6059
Net[インターネット]
61-
60+
6261
GameController -- UDP Multicast --> OfficialHub
6362
AutoRef -- UDP Multicast --> OfficialHub
6463
Vision -- UDP Multicast --> OfficialHub
65-
64+
6665
OfficialHub -- UDP Multicast --> SwitchingHub
6766
SwitchingHub -- UDP Multicast --> OfficialInterface
6867
OfficialInterface -- UDP Multicast --> crane
6968
crane -- ROS --> sender
7069
sender -- UPD to 192.168.20.1xx --> ibisInterface
71-
70+
7271
ibisInterface -- UPD to 192.168.20.1xx --> SwitchingHub
7372
SwitchingHub -- UPD to 192.168.20.1xx --> Router
7473
Router -- AICommand --> Robots
@@ -77,8 +76,8 @@ graph TD
7776
SwitchingHub -- RobotFeedback UPD Multicast --> ibisInterface
7877
ibisInterface -- RobotFeedback UPD Multicast --> receiver
7978
receiver -- ROS --> crane
80-
81-
82-
83-
79+
80+
81+
82+
8483
```

0 commit comments

Comments
 (0)