John's Vademecum

Try to learn something about everything, and everything about something -Thomas Huxley “Darwin's bulldog” (1824-1895)

User Tools

Site Tools


public:radio:svxlink

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:radio:svxlink [03/05/22 21:57 BST] gm4slvpublic:radio:svxlink [26/04/23 14:51 BST] (current) – removed john
Line 1: Line 1:
-====== MB7AZE ====== 
- 
-70cm Simplex Gateway. 
- 
-SVXLink installed on Raspberry Pi - compiled from author's Git repository. 
- 
- 
-SVXLINK is installed from GIT repository and self-compiled, to stay up to date. 
- 
- 
- 
-''git clone https://github.com/sm0svx/svxlink.git'' 
- 
-when configuring use a command line switch '' -DUSE_QT=no'' to avoid QT dependencies and building QTel client : 
- 
-<code bash> 
-cd svxlink/src 
-mkdir build 
-cd build 
-cmake -DUSE_QT=no .. 
-make 
-make install 
-ldconfig 
-</code> 
- 
-Later to update to latest version from GIT 
- 
-<code bash> 
-cd svxlink 
-git pull 
-cd src/build 
-make 
-sudo make install 
-sudo ldconfig 
- 
-</code> 
- 
-Start SVXLINK from script in home directory 
- 
-''svx_ref.sh'' 
- 
-<code bash> 
-#!/bin/bash 
- 
-CFG=/usr/local/etc/svxlink/svxlink.conf 
-LOG=/home/gm4slv/svxlink.log 
- 
-sudo killall svxlink 
-sudo killall svxlink 
-sudo killall svxlink 
- 
-sudo svxlink --daemon --logfile=$LOG --config=$CFG 
-exit 0 
-</code> 
- 
- 
-=== Configuration file === 
- 
-[[mb7azeconf|svxlink.conf]]  
- 
- 
-Crontab to start at reboot: 
- 
-''@reboot sleep 30 && sudo -u gm4slv /home/gm4slv/svx_ref.sh >/dev/null 2>&1'' 
- 
- //[[gm4slv@gm4slv.plus.com|John Pumford-Green]] Tue May  3 20:56:09 2022//# 
- 
- 
-Page Updated : ~~LASTMOD~~ 
- 
-{{tag>svxlink mb7aze radio}} 
  
public/radio/svxlink.1651611455.txt.gz · Last modified: 06/03/25 06:49 GMT (external edit)