Import NMEAP 0.3 library.
[bertos.git] / bertos / net / nmeap / README
1 NMEAP is licensed under the BSD Open Source License. See the file COPYING for terms of the license
2
3 VERSION 0.2 - bug fixes and tutorial
4         a. fixed a bug in test3.c
5         b. added a tutorial in doc/tutorial.html
6
7 Installation:
8
9 Unpack the tarball or zip file into the desired working directory.
10
11 Building:
12
13 Under Linux, execute 'make' from the top level directory.
14
15 Under Win32, execute 'nmake -f win32.mak' from the top level directory
16
17 Using:
18
19 This library is statically linked to the application. Just include it in 
20 your linker command line. See the file 'nmeap.h' and the examples in the
21 'tst' directory for usage instructions.
22
23
24