Skip to content

Instantly share code, notes, and snippets.

@SamuelMarks
Created October 4, 2017 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SamuelMarks/a589f11e70db8baba4187e77ce35f1d0 to your computer and use it in GitHub Desktop.
Save SamuelMarks/a589f11e70db8baba4187e77ce35f1d0 to your computer and use it in GitHub Desktop.
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