README 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. aprx was originally a receive-only APRS iGate software, now extended to
  2. do digipeating, and Tx-iGate. It works on any UNIX-like systems with
  3. minimal requirements of system services, or system libraries beyond
  4. basic POSIX libc.
  5. The software is to be installed on a suitable UNIX-like system, and its
  6. configuration file is then to be adjusted. Then it can:
  7. * Handle arbitrary number of radio modems connected to itself
  8. * Optionally relay APRS packets from radio receivers to APRS-IS
  9. (http://www.aprs-is.net) network
  10. * Optionally digipeat AX.25 packets with and without APRS NEWn-N
  11. paradigm rules
  12. * Optionally relay APRS packets from APRS-IS network to radio channel
  13. (Tx-iGate)
  14. This software is intended for very limited resources environment, like
  15. small embedded-like machines barely able to run the operating system
  16. with TCP/IP networking.
  17. A receive-only Rx-iGate does not need any sort of licenses in most parts
  18. of the world where radio amateur hobby is permitted to begin with.
  19. On version 2, aprx has gotten the ability to do APRS Digipeater
  20. function, Aprx Tx-iGate, as well as a variation of that called Viscous
  21. APRS Digipeater, which is an excellent choice for a Fill-In digipeater
  22. like on a mobile station. Viscousness means that it will listen for
  23. other copies of same packet for a small configurable number of seconds,
  24. and if it hears same packet only once, it will do normal digipeating for
  25. it.
  26. aprx can optionally be used with soundmodem in place of a hardware TNC.