i7000 Software for Linux Please read file README.txt under each subdirectory for more information. This package try to provide convenient calls to i7000 modules. The function calls, there are some created under Linux, and some wrapped from the i7000 library for Microsoft. If you are come from Microsoft programming environment and experienced i7000 function calls, the most of calls of i7000 can still work for you. However, the difference between Linux and Microsoft makes some calls have different behavior, especially on port's open/close, time-out, and time measurement. Please refer to file ./samples/send_read.c then you will know the basic difference. Generally, this package has been precompiled. Type "make clean" will delete all compiled objects. Type "make" to make all target under this package except the directory misc. You will need gcc and make of GNU to do. You also need NCURSES if you recompile i7kon. Look into file Makefile in each directory, modify it to meet your need. Due the creation of this package, the versions are Linux kernel 2.2.6 tested Linux kernel 2.2.13 tested GNU Make version 3.77 GNU gcc version egcs-2.91.66 NCURSES 5.0 (for i7kon only) other version maybe work if you give it a try. Directories are contained in this package: ./ HTML/ HTML source code tour, can be a convenient guide of function calls, use lynx or netscape to view i7k/ i7000 library source codes and object modules i7kon/ a primary i7000 console tool include/ head files iw/ iWarp, server side, control i7000 modules via TCP/IP iwc/ iWarp Client misc/ miscellaneous codes for test and debug, but not regular present/ presentation material samples/ sample codes for getting start - end of file -