aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-08-24 23:50:07 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-08-24 23:50:07 +0000
commitaf558e41c0a07e79c2bd3736ca805d59243605e0 (patch)
tree259ccb548e68750b300a2459c62831d4be80fe3a /examples/README
parentdd4ebf568b039501d124ff4c9cf8892b2aff1e6d (diff)
proper layout
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1138 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README25
1 files changed, 13 insertions, 12 deletions
diff --git a/examples/README b/examples/README
index bd67f7b4..5f554f2b 100644
--- a/examples/README
+++ b/examples/README
@@ -1,17 +1,18 @@
-This directory contains several converters from a few known text formats into
-the ASN.1 modules, as well as examples of these formats and the sample
-converter's output (generated by `make`).
+This directory contains a examples of ASN.1 converters.
-To regenerate the .asn1 files from the original RFC texts, do `rm *.asn1; make`.
-
-To compile the files using asn1c, try
+1. The ./sample.source.PKIX1 directory contains the X.509 Certificate decoder.
- ../asn1c/asn1c -P rfc3280-*.asn1
+2. The ./sample.source.TAP3 directory contains the GSM TAP3 decoder.
+ Before trying to compile, read the README file in that directory.
-1. The ./sample.source.PKIX1 directory contains the X.509 Certificate decoder.
-2. The ./sample.source.TAP3 directory contains the GSM TAP3 decoder. Please
- read the README file in that directory first.
3. The ./sample.source.MHEG5 directory contains the decoder for
-ISO 13522 MHEG-5/ITU-T T.172 (Multimedia Hypermedia Experts Group,
-Multimedia Presentations).
+ ISO 13522 MHEG-5/ITU-T T.172 (Multimedia Hypermedia Experts Group,
+ Multimedia Presentations). Read the README file in that directory.
+
+The crfc2asn1.pl script can be used to extract ASN.1 data from RFC texts.
+For instance, it is used to extract X.509 ASN.1 modules from PKIX1 RFCs.
+To regenerate the .asn1 files from the original RFC texts, do `rm *.asn1; make`.
+
+The clyx2asn1.pl script can be used to extract ASN.1 data from LyX editor files.
+