User guide
210 DC 900-1333Q
Freeway User Guide
/usr/local/freeway/include
This directory contains the source code “include” files (.h files) for the
DLI/TSI library. These files are accessed by the C compiler when compil-
ing any program code that uses the DLI API.
/tmp/boot
This is the main operational directory used by the Freeway during run-
time. This directory contains the basic Freeway configuration and execut-
able files. Since this directory is located in the RAM-disk partition, it is
always mounted read-write. The files in this directory are copied from the
permanent storage directory (/usr/local/freeway/boot.src) each time the
Freeway boots. Any files placed in this directory are deleted after a reboot
unless they are copied into the permanent storage area.
/usr/local/freeway/boot.src
This directory contains a non-volatile copy of all the operational files
used by the Freeway. At boot time, the Freeway server copies all of the files
from this directory to the working directory (/tmp/boot). Note that
boot.src is a directory name, not a file name.
1.3 Files Provided for Building Programs on the Freeway
Make files, configuration files, and source code are provided to build the example filter
SRA and the protocol loopback test programs. You can use any of these examples and
modify the code to create your custom SRA.