
Using the Server/Loader with the API.
=====================================

The sample programs in this directory explain how the Server/Loader
could be used to boot a network of DSP processors, while using a user
program to communicate with the ROOT node.

There are 2 general approaches:

1. Use the Server/Loader to boot the network (use -rl options, but
   not the -s option!). Then start as a second program the user
   program which opens the API and communicates with the program
   loaded onto the DSP's by the Server/Loader. This user program
   must NOT reset the board!
   This method is used in the sample in sub-directory "batch". You
   can run it using the "my32.bat" batch-file.

2. Use the Server/Loader library to reset and load the network of
   DSP's, then use the API to communicate with the loaded program.
   In this case, both Server/Loader and API are used within one
   executable file.
   This method is used in the sample in sub-directory "exe". You
   can run it using the "my32.bat" batch-file.

25/06/1999

