netdiag

Software Screenshot:
netdiag
Software Details:
Version: 0.1.6
Upload Date: 11 May 15
Developer: Takeshi Komiya
Distribution Type: Freeware
Downloads: 18

Rating: 4.0/5 (Total Votes: 1)

netdiag is a tool to generate network-diagram image file from spec-text file.

Setup

by easy_install

Make environment:

easy_install netdiag

by buildout

Make environment:

hg clone http://bitbucket.org/tk0miya/netdiag
cd netdiag
python bootstrap.py
bin/buildout


spec-text setting sample

Few examples are available. You can get more examples at tk0miya.bitbucket.org .

simple.diag

simple.diag is simply define nodes and transitions by dot-like text format:

diagram {
  A -> B -> C;
  lane you {
    A; B;
  }
  lane me {
    C;
  }
}


Usage:

Execute netdiag command:

netdiag simple.diag
ls simple.png
simple.png

Features:

  • Generate network-diagram from dot like text (basic feature).
  • Multilingualization for node-label (utf-8 only).

What is new in this release:

  • Fix bugs

What is new in version 0.1.5:

  • Fix bugs

Requirements:

  • Python
  • PIL
  • funcparserlib
  • setuptools

Similar Software

Other Software of Developer Takeshi Komiya

Comments to netdiag

Comments not found
Add Comment
Turn on images!