public:radio:svxlink
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| public:radio:svxlink [03/05/22 21:57 BST] – gm4slv | public: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' | ||
| - | |||
| - | |||
| - | SVXLINK is installed from GIT repository and self-compiled, | ||
| - | |||
| - | |||
| - | |||
| - | '' | ||
| - | |||
| - | when configuring use a command line switch '' | ||
| - | |||
| - | <code bash> | ||
| - | cd svxlink/src | ||
| - | mkdir build | ||
| - | cd build | ||
| - | cmake -DUSE_QT=no .. | ||
| - | make | ||
| - | make install | ||
| - | ldconfig | ||
| - | </ | ||
| - | |||
| - | Later to update to latest version from GIT | ||
| - | |||
| - | <code bash> | ||
| - | cd svxlink | ||
| - | git pull | ||
| - | cd src/build | ||
| - | make | ||
| - | sudo make install | ||
| - | sudo ldconfig | ||
| - | |||
| - | </ | ||
| - | |||
| - | Start SVXLINK from script in home directory | ||
| - | |||
| - | '' | ||
| - | |||
| - | <code bash> | ||
| - | #!/bin/bash | ||
| - | |||
| - | CFG=/ | ||
| - | LOG=/ | ||
| - | |||
| - | sudo killall svxlink | ||
| - | sudo killall svxlink | ||
| - | sudo killall svxlink | ||
| - | |||
| - | sudo svxlink --daemon --logfile=$LOG --config=$CFG | ||
| - | exit 0 | ||
| - | </ | ||
| - | |||
| - | |||
| - | === Configuration file === | ||
| - | |||
| - | [[mb7azeconf|svxlink.conf]] | ||
| - | |||
| - | |||
| - | Crontab to start at reboot: | ||
| - | |||
| - | '' | ||
| - | |||
| - | // | ||
| - | |||
| - | |||
| - | Page Updated : ~~LASTMOD~~ | ||
| - | |||
| - | {{tag> | ||
public/radio/svxlink.1651611455.txt.gz · Last modified: (external edit)
