		# Configuration file for UDPcatch.exe. MUST BE IN C:\ 
 		#
		# UDPcatch.exe is hardcoded to look for its configuration in:
                #     C:\UDPcatch_Config.txt
		#
		# JREvans, USGS, Menlo Park, 07 Oct 1999.
		#
		# Left-flush all variable values.  There must be EXACTLY
		# the correct number of readable values and ORDER MATTERS.
		#
		# "#" = comments, which are ignored.  Blank lines ignored.
		# Tab, space, and everything from "#" onward is whitespace
		# and is ignored.
		#
		# ------------------------------------------------------------
		# Variable name      What it's for
		# ------------------------------------------------------------
500		# OriginX            Locate upper-left corner of main window at
20		# OriginY                these coordinates.  Normally (0,0).
16		# EDIT_HEIGHT        Number of text lines visible in the main
		#                        log window.  This value determines the
		#                        height of the overall window.  Try 36.
		#
c:\earthworm\run\incoming\tmp
		# FOLDER_TMP         Directory in which to create the files
		#                        containing the received UDP packets.
c:\earthworm\run\incoming\tremor
		# FOLDER_UDP         Directory intl which to deposit these
		#                        files ultimately (new overwrite old).
3600.		# MemoryDuration     How long (s) to remember old UDP packets
		#                        for redundancy checking.  Discard any
		#                        identically redundant packets received
		#                        within this interval of one another.
		#
130.118.43.52	# HereIP             IP of THIS machine.
		#
2		# Nsenders           Number of UDP senders (>=1).
		#
130.118.43.17	# ThereIP[0]         The IP and port of the sending process
3003		# TherePort[0]           mapping process (specifically of the UDP
		#                        receiver process).
5003		# HerePort[0]         Local port for receiving UDP packets from
		#                        this site.
		#
		# Repeat ThereIP, TherePort, and HerePort for each sender.
		# UDPcatch() listens these and ignores all others.
		#
130.118.46.29	# ThereIP[1]
3004		# TherePort[1]
5004		# HerePort[1]
