Small tool to generate ladder diagrams for network protocols. obsoleted by mscgen.
Go to file
Harald Welte 1574f6203e fix problem where all lines are suddenly dashed
by moving the variables into a different scope
2010-07-09 12:31:04 +02:00
Makefile the .dot files also depend on the gen_ladder.pl program 2010-07-09 09:51:00 +02:00
README add a README file 2010-07-09 09:25:33 +02:00
gen_ladder.pl fix problem where all lines are suddenly dashed 2010-07-09 12:31:04 +02:00
gprs_attach.lad add GPRS attach case 2010-07-09 12:30:58 +02:00
location_update.lad add more complete example for location area update 2010-07-09 09:51:38 +02:00
test.lad initial commit of tool to generate ladder diagrams 2010-07-09 09:20:42 +02:00

README

gen_ladder - tool to generate protocol ladder diagrams
(C) 2010 by Harald Welte <laforge@gnumonks.org>

This tool can be used to generate typical ladder diagrams as they are often
used in the description of networking protocols.

The input file is a ".lad" file, from which gen_ladder.pl generates a graphviz
file called ".dot", which in turn can be processed by the "dot" program to
generate a .ps (postscript) or .svg output file.

As an example, I have included a "test.lad" file, which you can process by
calling
	make test.ps
or
	make test.svg

The manual intermediate steps can be seen from the Makefile.