netdiag

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

Rating: 2.5/5 (Total Votes: 2)

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

relaxml
relaxml

20 Feb 15

Nemo Templates
Nemo Templates

14 Apr 15

hexedit
hexedit

18 Feb 15

GenNenga
GenNenga

20 Feb 15

Other Software of Developer Takeshi Komiya

Comments to netdiag

Comments not found
Add Comment
Turn on images!