
1. OVERVIEV
-----------

The libisi0-dev debian package provides support for dealing with ISI messages in a convenient way. 
There is support for sending and receiving ISI messages at Phonet socket level, as well as series 
of helper routines. The package contains the include files and the libisi.a library. The include 
path can be obtained with the following command: 

pkg-config --cflags isi 

To get the linkers flags use:

pkg-config --libs isi.


2. INSTALL
----------

For installation the following debian packages must be installed:

libisi0_x.y.z
libisi-dev_x.y.z


3. API DOCUMENTATION
--------------------

For detailed API documentation check the doxygen generated files in /usr/share/doc/isi/html.
The executable for unit testing the library is: /usr/bin/check_libisi

