aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-07-09 09:25:33 +0200
committerHarald Welte <laforge@gnumonks.org>2010-07-09 09:25:33 +0200
commit2bdf8a2b8167e179b76d4f55ce48ab9758163fb8 (patch)
tree06316688dc3cc04bf3e4d8bf6261ce42feb63757
parenta831a2a80b54d428031e64c37321003c7157bd56 (diff)
add a README file
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d21d626
--- /dev/null
+++ b/README
@@ -0,0 +1,18 @@
+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.
+