The files in this directory are intended as examples that can be linked
with your VxWorks target executable image.  When you build your target
image in your BSP directory, you can add these programs to the Makefile
rule and linked them with your final image.  Or you can load them over
the network dynamically.  Either way, they provide examples of how to use
PSO Stack software in VxWorks target environments.  

For example, if you have a PC486 target, you would copy these files in
your target/config/pc486/ directory and modify the Makefile located
there to link in the objects of these files after compiling each.

Note that pso.c is a good place to start when you are writing initialization
code.  This file contains examples of how to initialize PSO Stack software
and the networking stack, etc.   You will need to customize this file
to fit your environment and requirements.

The ttcp.c file is a port of the well known ttcp benchmark program which
measures both tcp and udp throughput performance.  

The blaster.c and blastee.c files are useful tools when stress testing the
network I/O.  They send and receive udp packets back to back, which is
quite helpful in testing the reliability of the network driver and the stack.

These programs are intended for demonstration purpose only.  Please use them
to learn more about PSO stack and modify them for your own needs.

