#****************************************************************************
#
#       Project         : Server/Loader V4.07
#       Component       : Server example.
#       File            : README
#       Author          : 
#       Description     : 
#       History         : 
#
#****************************************************************************

This example program as-is works with a HEPC9 with two HERON4 modules
in slot 1 and 2. The board ID must be 0 (board ID is the red switch
in the upper left corner of the HEPC9).
If your configuration is different, please edit the "network" file.

To run the example, please first compile/link 'module1.c' for the
first procesor and 'module2.c' for the second processor. Once you
have a 'module1_heron4.out' and 'module2_heron4.out', run the
example, type

	w32 v

There's also a w32_pc8 script file for use with an HEPC8. The script
uses a network file called network.pc8, and this network file assumes
a HEPC8 with board switch 0, and two HERON4 modules, in slot 0 and 1.
To run:

	w32_pc8 v

To compile the C6x example, you need access to Code Composer Studio.
At the time of writing this, Code Composer Studio is only available
for Windows. Using Code Composer Studio, with the Create New HERON-
API Project plug-in, create a new project for module1 and module2.
If you name the new project 'module1.pjt', then 'module1.c' will be
automatically included. Similarly, when creating a new project for
the second processor, name it 'module2.pjt', so that 'module2.c'
will be included automatically.

The Server/Loader uses a network description file (called "network")
to decide what nodes need to be loaded via what links. This is further
described in the manual ("svloader.pdf" and "networkspec.pdf" in the
/web/pdfs/manuals directory on the Hunt Engineering CD).

13/05/2003

