get IvmaiAsn at SourceForge.net

IvmaiAsn ASN1/ECN/XDR Tools

Preface

A collection of the ASN.1/ECN parser, XDR-to-ASN.1 converter and pretty-printer scripts for ASN.1/ECN specifications. Contains also a formal definition of the ASN.1 built-in types, ECN encoding classes and XDR encoding rules.

Includes a comprehensive list of the ASN.1 normative documents and a collection of the web resources.

Download

To get the latest IvmaiAsn stable release binary and source distributive files, please visit "Browse files for IvmaiAsn".

The prerequisite (3rd-party) files required for IvmaiAsn building and testing are stored there too.

General

The major goals of this project are:

Usage guidelines

The pretty-printer for ASN.1 and ECN:

The editor syntax highlighting support for ASN.1 and ECN:

Notes for the pretty-printer and syntax highlighter support:

Guidelines for building the ASN.1/ECN parser manually (that is, without running the supplied build.xml file):

Notes for the XDR-to-ASN1 converter:

Notes for "IvmaiAsn-ECN-CLASS" and "IvmaiAsn-USEFUL" ASN.1 modules:

asn2002s information and usage

This program is developed for quick syntax checking of data specifications written in the ASN.1 and/or ECN descriptive languages (strictly the version of year 2002 with Amendment 1). To learn about the ASN.1 (Abstract Syntax Notation One), see ITU-T X.680 .. X.683 documents. To learn about the ECN (Encoding Control Notation), see ITU-T X.692 document.

To do syntax checking, You should run this program with one or more arguments specifying the names of the input files containing the data specifications You need to check (You may also use wildcards to specify a group of files). If no syntax error is found (in every of the specified files supplied for checking) then the program just prints 'Ok' message and exits. Otherwise, the program stops at the first file containing one or more errors, and shows the list of these found errors together with their line numbers.

Program features: strict syntax checking for conformance with the ASN.1 and ECN standards; extremely fast (since it is built on LL(1) parser); every file (every ASN.1 or EDM, or ELM module) is checked independently on the others; the program is free for use. Disadvantage: the semantic errors are not checked by this program.

Abbreviations

The following acronyms are in use:

List of files

The official binary distributive files contain:

The source collection consists of:

Bibliography

See the Bibliography page.

Web resources

See the Web resources page.

For more links, please visit "Java and C/C++ developer web resources" hosted on the JCGO project (a java2c/java2exe solution) site.

User's feedback

Any questions, suggestions, bug reports and patches are welcomed at the IvmaiAsn site tracker (hosted at SourceForge.net).

Locations of visitors to this page

License

This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.

This collection is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this collection; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.