/ src / libnml / read.me
read.me
 1  
 2  This directory contains the sources for a lean'n'mean replacement for
 3  the NIST rcslib. Much of the original code is used, but without the
 4  multitude of platform specific macros and sources. This is a linux
 5  only implimentation with the ability to communicate with another 
 6  computer running the NIST rcslib.
 7  
 8  Initially, only shared memory buffers will be supported along with xdr and
 9  raw data encoding.
10  
11  The libnml is released under the GNU LGPL Version 2 license or later.