mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
5e3b909777
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
27 lines
1.1 KiB
Text
27 lines
1.1 KiB
Text
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).
|
|
|
|
The biggest news in this release is the initial revision of the
|
|
SvxReflector application. The SvxReflector application is meant to be used
|
|
as a center point to link SvxLink nodes together.
|
|
|
|
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.
|