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 [21/05/22 00:24 BST] – gm4slv | public:radio:svxlink [26/04/23 14:51 BST] (current) – removed john | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Installing SVXLink ====== | ||
- | |||
- | __70cm Simplex Gateway MB7AZE__ | ||
- | |||
- | SVXLink installed on Raspberry Pi - compiled from author' | ||
- | |||
- | VOIP networking is achieved using the SVXReflector protocol connecting to a reflector | ||
- | server run by Chris G4NAB. This connects SVXLink systems together and provides " | ||
- | in a similar manner to DMR. There is a web portal to observe the network in real time here: | ||
- | |||
- | [[http:// | ||
- | |||
- | {{: | ||
- | |||
- | |||
- | To install a current version of SVXLink : | ||
- | |||
- | '' | ||
- | |||
- | |||
- | A lot of dependencies are required, and not all of them are obvious from the INSTALL doc in | ||
- | the source, needing a few iterations of running '' | ||
- | package is needed. Eventually everything is installed allowing the SVXlink package to be configured | ||
- | and built. | ||
- | |||
- | When configuring with '' | ||
- | |||
- | <code bash> | ||
- | cd svxlink/src | ||
- | mkdir build | ||
- | cd build | ||
- | cmake -DUSE_QT=no .. | ||
- | make | ||
- | sudo 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 | ||
- | </ | ||
- | |||
- | |||
- | Probably need up to date sound files, with the additional items needed for reflector use: | ||
- | |||
- | [[https:// | ||
- | |||
- | |||
- | === Configuration file === | ||
- | |||
- | [[mb7azeconf|svxlink.conf]] | ||
- | |||
- | |||
- | Crontab to start at reboot: | ||
- | |||
- | '' | ||
- | |||
- | // | ||
- | |||
- | |||
- | Page Updated : ~~LASTMOD~~ | ||
- | |||
- | {{tag> | ||
public/radio/svxlink.1653089041.txt.gz · Last modified: 06/03/25 06:49 GMT (external edit)