Created
October 4, 2017 02:40
-
-
Save SamuelMarks/a589f11e70db8baba4187e77ce35f1d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph { | |
bgcolor=transparent; | |
splines=polyline; | |
phone0[label="Smartphone 0"]; | |
phone1[label="Smartphone 1"]; | |
phone2[label="Smartphone 2"]; | |
laptop0[label="Laptop 0"]; | |
laptop0[label="Laptop 1"]; | |
laptop0[label="Laptop 2"]; | |
server0[label="Server (DB, API, nginx, static files)", shape=cylinder] | |
router[label="WiFI router & switch", shape=rectangle]; | |
laptop0->router [dir=none]; | |
laptop1->router [dir=none]; | |
laptop2->router [dir=none]; | |
laptop3->router [dir=none]; | |
phone0->router [dir=none]; | |
phone1->router [dir=none]; | |
phone2->router [dir=none]; | |
server0->router [dir=none]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment