README 1.5 KB

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