
This directory contains a utility that benchmarks the NET+OS TCP stack.
It is used with the NET+OS tcpbm application.  This utility measures the
throughput when the NET+OS unit is sending data to a PC over using UDP
protocol.

The command line is:

    udprecv <number-packets> <packet-size> <IP-Address>
    
where <number-packets> is the number of UDP packets the unit should send
to the PC, <packet-size> is the size of the UDP packet to send, and
<IP-Address> is the IP address of the unit.

This application can be built with the GNU tools that ship with Cygwin.
These tools are shipped with NET+OS for GNU.  If you do not have them,
then you can download them for free from http://www.cygwin.com/.

To build using Microsoft Visual C++ to remove the cygwin1.dll dependency,
use these commands:

nmake /f "udprecv.mak" CFG="udprecv - Win32 Release"

nmake /f "udprecv.mak" CFG="udprecv - Win32 Release" clean

