You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
13 years ago | |
---|---|---|
Makefile | 13 years ago | |
README | 13 years ago | |
gen_ladder.pl | 13 years ago | |
gprs_attach.lad | 13 years ago | |
location_update.lad | 13 years ago | |
map_client_server.lad | 13 years ago | |
test.lad | 13 years ago |
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.