Test application to test the eeepro100 reception:

The following data flow is realized by this test:

  Client         Server
    ---- 1472 ---->
    ----   32 ---->
    <---- 800 -----

The client sends two UDP messages directly one after another.
The first has a length of 1472 byte, the second has a length of 32 byte.
The server waits for both messages and returns a 800 byte message back.


Building the application
------------------------
The source code and Makefile is for a RTAI-3.3cv based PC.
Just run "make" to build it.
If you use non-standard installation directories, you might have
to adapt the Makefile.

Setup
------
Connect two PCs (both having a eepro100 Ethernet adapter) via
a crossover cable.

Running the application
-----------------------
Please follow this sequence to run the test:

Server: # ./server-control init
Client: # ./client-control init
Server: # ./server-control start
Client: # ./client-control start

The test runs now. Please check dmesg periodically for any error messages

To stop the test:
Client: # ./client-control stop
Server: # ./server-control stop

