Download List

Project Description

MEDICI is an Electronic Data Interchange (EDI)
library. EDIFACT (ISO 9735), ANSI ASC X12, and
TRADACOMS (UNGTDI) syntaxes are currently
supported. MEDICI provides a parser for EDI
streams and functions to query EDI transaction set
guidelines for validation and reference
information and implementation notes. The
low-level internal API is intended to be wrapped
in a language binding API; a sample Perl binding
is included.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-06-20 21:06 Back to release list
0.1.4

Lexical analysis of streams is now handled by finite state automata for each syntax. Some items of nomenclature have been rationalised to fit in better with the superset of EDI sytaxes. A dynamic buffer ADT has been added, and some of the most heavily used static buffers have been replaced. This cuts down a serious amount of memory allocation, making the library much faster and the memory footprint smaller.
Tags: Development, Major feature enhancements

Project Resources