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

This example program as-is works with a HEPC9 with one HERON4 module
in slot 1. 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, simply type

	w32 v

The other shell script, w32_pc8, works with a network file network.pc8,
and this network file assumes an HEPC8, with a HERON4 in slot 1 of the
HEPC8. Similarly, to run it with an HEPC8 with red switch 0:

	w32_pc8 v

The 'v' is the verbose option and is optional.

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 based systems. Using Code Composer Studio, use the create
new HERON-API project plug-in to create a new project. The 'stdio.c'
file is included in the project if you call the project 'stdio.mak'.

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).

12/05/2003

