https://github.com/mgriffin/graphviz_network
Creating network diagrams with Graphviz
https://github.com/mgriffin/graphviz_network
graphviz network-diagram
Last synced: about 2 months ago
JSON representation
Creating network diagrams with Graphviz
- Host: GitHub
- URL: https://github.com/mgriffin/graphviz_network
- Owner: mgriffin
- Created: 2011-03-08T11:29:32.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2016-10-29T23:18:09.000Z (over 8 years ago)
- Last Synced: 2025-02-01T20:29:45.944Z (4 months ago)
- Topics: graphviz, network-diagram
- Language: Makefile
- Homepage: https://mikegriffin.ie/blog/20110308-a-graphviz-tutorial
- Size: 311 KB
- Stars: 72
- Watchers: 7
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How to create a network diagram with Graphviz
=============================================This repository contains the code used in my [graphviz tutorial blog post](https://mikegriffin.ie/blog/20110308-a-graphviz-tutorial).
Look through the history of the repository to see the steps that I used to create the network diagram.
Each step has the code and the resultant image that was created.Once graphviz was installed correctly, I used the command:
```
dot.exe -Tpng graph.graphviz -o graph.png
```to create the images.
(Or, use `make` on a GNU/Linux system)
### Icons
The [Cisco icons can be downloaded](http://www.cisco.com/web/about/ac50/ac47/2.html) separately.
(converted the `.jpg` to `.png`)