slackbuilds/ham/svxlink
Robby Workman 0529ec2187 Multiple: Fix .info and README (libsigc++ refs)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
README ham/svxlink: Updated for version 14.08.1. 2015-05-06 22:14:57 +07:00
doinst.sh ham/svxlink: Updated for version 14.08. 2015-01-10 07:45:57 +07:00
rc.svxlink ham/svxlink: Added (voice service system). 2014-07-24 01:13:03 +07:00
slack-desc ham/svxlink: Updated for version 14.08. 2015-01-10 07:45:57 +07:00
svxlink.SlackBuild ham/svxlink: Updated for version 14.08.2. 2016-01-17 09:40:16 +07:00
svxlink.info Multiple: Fix .info and README (libsigc++ refs) 2016-01-17 09:40:16 +07:00

README

The SvxLink project is developing a flexible, general purpose voice
services system for ham radio use.
The SvxLink Server consists of a core that handles the connection to
the transceiver. The core can be configured to act as a repeater
controller or to operate on a simplex channel. The voice services are
loaded into the core as plugins.
The project also includes an EchoLink client GUI application (Qtel).

You can build only svxlink server (no Qtel) by passing QTEL=NO to the script:
QTEL=NO ./svxlink.SlackBuild

Opus is an optional (and, based on the audio quality, suggested!) 
dependency available from slackbuilds.org

You need a "svxlink" user and group:

 # groupadd -g 286 svxlink
 # useradd -u 286 -g svxlink -d /var/spool/svxlink -s /bin/false svxlink

The recommended uid/gid is 286, you may want to check
http://slackbuilds.org/uid_gid.txt for other recommendations.

To run svxlink server you will need the svxlink-sounds package,
the one at slackbuilds.org will work with either versions 14.08 and 14.08.1.