sdlan-rs/docs/design.md
2024-02-19 09:13:43 +08:00

17 lines
536 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# sdlan-sn设计
服务端为单体应用,多个服务端可以同时启动,后面的服务端启动时,可以指定`--fedration x.x.x.x:7655,y.y.y.y:7656`命令行参数来指定其他的服务端,服务端将其他服务端的信息保存在`fedration`这个network里面。
比如有如下的结构:
```mermaid
graph TD
A[服务端1]
B[服务端2]
C[节点1]
D[节点2]
A .- B
A --- C
B --- D
```
服务端1和服务端2通过udp连接现在分别有个节点连接到对应的服务端