Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add mermaid to ReadMe #134

Merged
merged 1 commit into from
Apr 21, 2024
Merged

add mermaid to ReadMe #134

merged 1 commit into from
Apr 21, 2024

Conversation

T0biii
Copy link
Member

@T0biii T0biii commented Mar 19, 2024

Update architecture Pic to mermaid markdown
Screenshot:
image

Markdown mermaid:

graph TD;
	A{"client"} -->|"RESTful API"| G("WGKex Broker")
	G -->|"publish"| B("Mosquitto")
	C("WGKex Worker") -->|"Subscribe"| B
	C -->|"Route Injection"| D["netlink (pyroute2)"]
	C -->|"Peer Creation"| E["wireguard (pyroute2)"]
	C -->|"VxLAN FDB Entry"| F["VXLAN FDB (pyroute2)"]
Loading

@DasSkelett DasSkelett added the documentation Improvements or additions to documentation label Mar 25, 2024
Copy link
Member

@DasSkelett DasSkelett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, this makes updating it for the v2 API/bidirectional worker communication easier ^^

@GoliathLabs GoliathLabs merged commit acf08a9 into freifunkMUC:main Apr 21, 2024
4 checks passed
@T0biii T0biii deleted the patch-1 branch April 21, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants