These are the Release Notes for PocketPerf revision 0.02
========================================================

Comments about PocketPerf:

*) PocketPerf is a limited version of NetPerf 2.1 ported to the PocketPC platform.

*) A (MFC) dialog application was wrapped around the netperf code. The file 
   PocketPerfDlg.cpp does the same work as the original netperf.c.

*) The PocketPC application was developed with Microsoft eMbedded Visual C++ 3.0.

*) The netperf tests implemented in PocketPerf are:
   - TCP_STREAM
   - TCP_RR
   - UDP_STREAM
   - UDP_RR

*) The output from netperf is viewed in the PocketPerf dialog and 
   it is also appended to a text file, netperf.log, in the filesystems root catalog.

*) Some netperf code needed to be modified to work with the PockePC platform.

To do:

*) Last configuration saved and read from a config file.

*) Start netperf (i.e. send_tcp_stream(host_name), etc in a new thread to make it 
   possible to cancel a tests.

*) Implement support for more netperf tests.

*) Draw a nice application icon!	:-)


Regards,

Erik Jonsson (Erik.J.Jonsson@epl.ericsson.se)