tags:

views:

82

answers:

2

Does anyone know if there is a tool or lib for creating network diagrams dynamically. Either in C++ or PHP as this will be used within a web page.

Thanks

+2  A: 

Graphviz does an excellent job of laying out such diagrams.

ravenspoint
Graphviz looks good for what we are looking for but do you know if you can feed it images such as Cisco icons like weathermap? Thanks
aHunter
Yes. http://www.graphviz.org/Documentation/html/shapehowto.html
ravenspoint
A: 

Network Weathermap is a bit tedious to set-up but automatically probes your network to generate a network topology diagram. It's free and open-source also.

loginx