mic_e.c:
  - Add PIC-E support: /P>mon
  - Is this necessary anymore given aprsd?  Look at putting kernel ax25
    support into aprsd.
  - Try to understand javaGate, get the latest version, and see if it's
    still OK with Alan to bundle it with this distribution.

aprsdigi:
  - confirm 100% alignment with APRS Protocol Spec 1.0.
  - suppress loops/dupes per-interface???
  - Implement HOME: (or did this idea die out?)
     - use UDP instead of TCP?  Get an assigned number for the port.
     - sendto digi.aprs.net:port
    Example:
      N2YGK-9>APRS via RELAY,WIDE3-3,W2AEE-1
    gets sent via UDP to w2aee-1.aprs.net:12345 as ax.25 frame encapsulated in
    in the UDP payload:
      N2YGK-9>APRS via RELAY,WIDE3-3,W2AEE-1
    which is then received on W2AEE-1's port 12345
    This requires adding an interface type of UDP and that's about it for
    the UDP->AX.25 side and a hack lookup table (or just searching any non-
    alias call from the last digi via DNS) for the AX.25->UDP side.
    The home node may have further local routing information, e.g.:
      N2YGK-9 via WA2JNF-4,WB2ZII since not all IP->RF transitions are
    going to be single hop.
  - Implement compressed and/or decompressed GPS strings and posits.
  - add maxhops for TRACEn-n.
  - Look at my notes from DCC proceedings APRS papers.
  - should SSID-routing always work or only for mic-e packets?

General:
  - Make a new distro rpm and tarball.


