README 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. The SvxLink Server is a general purpose voice services system,
  2. which when connected to a transceiver, can act as both an advanced
  3. repeater system and can also operate on a simplex channel. One could
  4. call it a radio operating system since it sits between the hardware
  5. (transceiver) and the applications (modules) and handle basic system
  6. services as well as input and output.
  7. SvxLink is very extensible and modular. Voice services are implemented
  8. as modules which are isolated from each other. Modules can be
  9. implemented in either C++ or TCL.
  10. The project also includes Qtel, the Qt EchoLink client, is a graphical
  11. application used to access the EchoLink network.
  12. This release includes a new revision of the SvxReflector application,
  13. which is meant to be used as a center point to link SvxLink nodes
  14. together.
  15. You can build only svxlink server (no Qtel) by passing QTEL=NO to the
  16. script:
  17. QTEL=NO ./svxlink.SlackBuild
  18. Opus is an optional (and, based on the audio quality, suggested!)
  19. dependency available from slackbuilds.org
  20. You need a "svxlink" user and group:
  21. # groupadd -g 286 svxlink
  22. # useradd -u 286 -g svxlink -d /var/spool/svxlink -s /bin/false svxlink
  23. The recommended uid/gid is 286, you may want to check
  24. http://slackbuilds.org/uid_gid.txt for other recommendations.
  25. To run svxlink server you will need the svxlink-sounds package.
  26. You may want to check the rc.svxlink scripts for startup options.