These are demos using the Endeavour2 API.


The header file is located in:

	/usr/lib/endeavour2/include/endeavour2.h

The library is located at:

	/usr/lib/libendeavour2.so


You should start by looking at the source file "helloworld.c"
and the header files in "/usr/lib/endeavour2/include".

The Makefile is set up to compile all the demos, just type:

	make clean
	make all

Make sure that you have ran Endeavour2 at least once to ensure
that the local configuration files are created.  You should also
have Endeavour2 running while you run these demos to observe the
behavor of Endeavour2 and the demos.
