esnacc(1)


NAME

   esnacc - ASN.1 compiler which generates C/C++ code suitable for
   encoding/decoding BER and PER

SYNOPSIS

   esnacc [-h] [-P] [-t] [-v] [-e] [-d] [-p] [-f] [-y] [-M] [-B] [-c] [-C]
   [-T table file] [-idl] [-I include directory] [-mm] [-mf] [-mo]
   [-l negative number] [-VDAexport=DEFINE_NAME] [-E BER|DER]
   [-a start number] [ASN.1 File List].SH "DESCRIPTION"

   esnacc is an enhanced version of the Sample Neufeld ASN.1 C Compiler.
   It takes ASN.1 formatted sources and produces C or C++ source code for
   BER encode and decode routines as well as print and free routines for
   each type in the given ASN.1 modules. Alternatively, esnacc can produce
   type tables that can be used for table based/intepreted encoding and
   decoding. The type table based methods tend to be slower than their C
   or C++ counterparts, but they usually use less memory (table size vs.
   object code)

   Most of the 1990 ASN.1 features are parsed although some do not affect
   the generated code. Fairly rigorous error checking is performed on the
   ASN.1 source; any errors detected will be reported (printed to stderr).

   Each file in the ASN.1 file list should contain a complete ASN.1
   module. ASN.1 modules that use IMPORTS feature will be compiled
   together. The generated source files will include each module's header
   file in command line order. This means it is important to order the
   modules from least dependent to most dependent on the command line to
   avoid type ordering problems. Currently, esnacc assumes that each ASN.1
   file given on the command line depends on all of the others from the
   command line. No attempt is made to only include the header files from
   modules referenced in the import list for that module.

   If the target language is C, esnacc generates .c and .h files. If the
   target language is C++, esnacc generates .cpp and .h files.

OPTIONS

   -h
       Prints a synopsis of esnacc and exits.

AUTHOR

   Enhanced SNACC was originally written by Michael Sample, but has since
   been modified by numerous contributors.

COPYRIGHT

   Copyright  2016 Aaron Conole





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.