Thread: Network Diagram

View Single Post
  #2 (permalink)  
Old 10-10-2006, 02:22 AM
sweta's Avatar
sweta sweta is offline
Contributors
User
 
Join Date: Feb 2005
Location: New Delhi
OS: Suse, RHEL, Vista
Posts: 199
Thanks: 12
Thanked 9 Times in 9 Posts
Rep Power: 7
sweta has a spectacular aura about sweta has a spectacular aura about
Default

You can install dia software under Linux or windows.

Dia is a nicely presented drawing program designed to simplify the task of preparing a variety of different types of diagrams including UML, entity relationship, flowchart, electronic circuit, and network diagrams.
http://dia-installer.sourceforge.net/ : windows version
http://www.gnome.org/projects/dia/ : UNIX/Linux version

Tgif - The Tgif drawing program has some unique and interesting features that make it useful for network diagrams. http://sourceforge.net/projects/tgif

Xfig - The Xfig drawing package is a general-purpose vector drawing package. Its interface provides all the sorts of features I think are important for network diagramming packages including a "Smart Links" features which allows lines/links between symbols to be move when either symbol moves. The Xfig interface is clean and easy to learn once you become accustomed to the lack of a "select" tool; each tool has an built-in select function.
ftp://ftp.x.org/contrib/applications...ng_tools/xfig/

I recommend using xfig or dia both are quite good and can be install using apt-get or yum command.
Code:
apt-get install dia
yum install dia
__________________
Reply With Quote