aprsdigi and aprsmon.

Alan Crosswell, N2YGK
n2ygk@weca.org
revised April 27, 1998

This stuff is all very beta.  *Be surprised* if it builds clean.
Be very surprised if it runs:-)

See the aprsdigi.8 and aprsmon.1 man pages.  Aprsdigi is an APRS NODE
digipeater (see MIC-E.TXT).  Aprsmon enables a rudimentary TNC monitor
as expected by Steve Dimse's javAPRS applet.  If you want to build the
aprsmon without saving up stale packets in a shared memory segment,
undefine "USE_SHM" in the Makefile.

How to install:

1. make a directory somewhere and unzip aprsmon.zip.

2. Get ax25-utils-2.1.42a (or later) and apply the patch found in the
   file: ax25-utils-2.1.37a-patch1.  This patch makes a few changes
   to the utils source code that I found necessary and has worked on
   utils source as recent as 2.1.42, so give it a shot.  The patches
   are to "old" files that are unlikely to change.

   a. Copy the directory ax25-utils source directory into a new one.
      For example:
       mkdir ax25-utils-2.1.42a-pl1
       (cd ax25-utils-2.1.42a; tar cf - .) \
	| (cd ax25-utils-2.1.42a-pl1 | tar xf -)
   b. Apply the patch.  For example:
       cd ax25-utils-2.1.42a-pl1
       patch -p1 <../aprsmon/ax25-utils-2.1.37a-patch1

3. Compile the patched utils:
       cd ax25-utils-2.1.42a-pl1
       make

4. Edit the Makefile to point AXLIB at the above patched lib directory.
   And make:
       cd aprmson
       make











