Porting SVXLink to OpenWRT: Unterschied zwischen den Versionen

Aus DL8RDS Wiki
Wechseln zu: Navigation, Suche
Zeile 8: Zeile 8:
 
Stations with SVXLink running:
 
Stations with SVXLink running:
 
* http://www.firma-kct.de/cgi-bin/show.pl?page=SvxLink-Macros
 
* http://www.firma-kct.de/cgi-bin/show.pl?page=SvxLink-Macros
 +
 +
== Preconditions ==
 +
 +
As written here (http://svxlink.sourceforge.net/install.php), there are some preconditions / dependencies that have to be met: The following libraries must be available on the system.
 +
 +
* libsigc++ (only version 1.2 will work)
 +
* libgsm
 +
* libtcl
 +
* libpopt
 +
* libspandsp
 +
 +
 +
 +
== OpenWRT Build Process Configuration ==

Version vom 2. Januar 2009, 08:19 Uhr

SVXLink is a Echolink relay server and client package for Linux which comes with a QT interface. It is perfectly suited to drive a transceiver to the radio side and to connect to the Echolink network on the network side. There are also some relay stations operational which make use of this software, however always on INTEL compatible linux platforms. The challenge of this project is to get it running on a low power architecture such as the ASUS WL-500GP, using a KF-166 as transceiver. The targeted operating frequency is 144.510 MHz as this is the default working frequency of my friends at DB0RC.

This project bears the risk to be the reason to close down another project: Compiling a TheLinkBox package for OpenWRT

Sourceforge project site:

Stations with SVXLink running:

1 Preconditions

As written here (http://svxlink.sourceforge.net/install.php), there are some preconditions / dependencies that have to be met: The following libraries must be available on the system.

  • libsigc++ (only version 1.2 will work)
  • libgsm
  • libtcl
  • libpopt
  • libspandsp


2 OpenWRT Build Process Configuration