| File | Date | Author | Commit |
|---|---|---|---|
| doc | 2005-06-28 |
|
[203814] nmeap-0.3: fixed checksum rejection issue added... |
| inc | 2005-06-28 |
|
[203814] nmeap-0.3: fixed checksum rejection issue added... |
| src | 2009-08-14 |
|
[890153] Fix unitialized variable. |
| tst | 2005-06-28 |
|
[203814] nmeap-0.3: fixed checksum rejection issue added... |
| COPYING | 2005-05-11 |
|
[de9f64] nmeap-0.1: Initial release. The documentation i... |
| Doxyfile | 2005-05-11 |
|
[de9f64] nmeap-0.1: Initial release. The documentation i... |
| Makefile | 2005-05-11 |
|
[75b2d5] nmeap-0.2: Fixed a bug in test2.c and added a t... |
| README | 2005-05-11 |
|
[75b2d5] nmeap-0.2: Fixed a bug in test2.c and added a t... |
| win32.mak | 2005-05-11 |
|
[de9f64] nmeap-0.1: Initial release. The documentation i... |
NMEAP is licensed under the BSD Open Source License. See the file COPYING for terms of the license VERSION 0.2 - bug fixes and tutorial a. fixed a bug in test3.c b. added a tutorial in doc/tutorial.html Installation: Unpack the tarball or zip file into the desired working directory. Building: Under Linux, execute 'make' from the top level directory. Under Win32, execute 'nmake -f win32.mak' from the top level directory Using: This library is statically linked to the application. Just include it in your linker command line. See the file 'nmeap.h' and the examples in the 'tst' directory for usage instructions.