IPsrc and IPsink application note:

This was created for Win95/98 and WinNT/2K.

IPsrc and IPsink are a way to exercise Windows Sockets (as in winsock.dll).

IPsrc and IPsink are freeware. The MFC source code is included and is also free.

FILES

license.txt	All the important legal things you should know.
readme.txt	This file.
ipsink.exe	The executable for IPsink	
ipsink.zip	The zipped version of the MS VC++ 6 source code
ipsrc.exe	The executable for IPsrc
ipsrc.zip	The zipped version of the MS VC++ 6 source code


INSTALLATION

Simply copy all files to a new directory of your choice. 
The license.txt should be read before use. 

IPsrc
------
Typical usage is to start in a command window like this

ipsrc 80

That would direct IPsrc to use port 80 to send IP frames. 
You can pick any port number.

The program discovers the box's local IP address and you
can use it or supply your own destination IP address.

Hit return or a number to send frames.

IPsink
-------
Typical usage is to start by double clicking IPsink.exe

Use the menu pick Connection > Make Connection (F2)
to select an IP address and port number to listen on.

NOTE--->NOTE--->NOTE--->NOTE--->NOTE--->

  IP addresses, protocols and port numbers must 
    match between IPsrc and IPsink.

NOTE--->NOTE--->NOTE--->NOTE--->NOTE--->

Other uses
----------
TCP can be done too! IPsrc has a command line switch
/TCP and IPsink has a it on the Connection dialog box.

Comments should be sent to pgerhart@worldlynx.net

end of application note

