The base source code for the IPDR reference libraries in C and Java have been uploaded to CVS. The building and release of the first fileset package should be done in the next two weeks.
Details on the IPDR, and the NDM-U 3.1.1 specification can be found at http://www.ipdr.org .
In addition the C and Java code and packages for the IPDR File Protocol will also be uploaded in the next few weeks.
The Java library has a depdency on the Xerces 1.4.4 XML parser available from http://xml.apache.org/xerces2-j/index.html. It is packaged with both ant build scripts and Eclipse project files.
Ant is available from http://ant.apache.org/ .
Eclipse is available from http://www.eclipse.org .
The C library has dependencies on libcurl (v 7.9.3) and expat (v 1.95.2) available from the following URL's:
http://curl.haxx.se/download.html
http://sourceforge.net/projects/expat
The code tree can be built with both GNU style make packages or with Windows projects. See the doc directory for more details.