Network: Difference between revisions

From London Hackspace Wiki
(Created page with "<graphviz> digraph network { "Zen Interweb" -> Boole Boole -> "Some kind of switch, presumably" "Some kind of switch, presumably" -> "AP 1" "Some kind of switch, presumably" ...")
 
No edit summary
Line 10: Line 10:
}
}
</graphviz>
</graphviz>
[[Category:447_Hackney]]
[[Category:Infrastructure/Networking]]

Revision as of 13:22, 7 May 2013

<graphviz> digraph network {

"Zen Interweb" -> Boole Boole -> "Some kind of switch, presumably" "Some kind of switch, presumably" -> "AP 1" "Some kind of switch, presumably" -> "AP 2" "Some kind of switch, presumably" -> "AP 3" "Some kind of switch, presumably" -> blah } </graphviz>