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 22:11 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' | ||
| - | |||
| - | 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 | ||
| - | 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.1651612294.txt.gz · Last modified: (external edit)
