SVXLink: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Created page with "https://github.com/sm0svx/svxlink SvxLink is a project that develops software targeting the ham radio community. It started out as an EchoLink application for Linux back in 2003 but has now evolved to be something much more advanced. There is an EchoLib library RTLSDR https://www.rtl-sdr.com/svxlink-now-supports-the-rtl-sdr/ Category:Radio"
 
Brian Wilson (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
SvxLink is a project that develops software targeting the ham radio community. It started out as an EchoLink application for Linux back in 2003 but has now evolved to be something much more advanced.
SvxLink is a project that develops software targeting the ham radio community. It started out as an EchoLink application for Linux back in 2003 but has now evolved to be something much more advanced.


There is an EchoLib library
See also RTLSDR https://www.rtl-sdr.com/svxlink-now-supports-the-rtl-sdr/


RTLSDR https://www.rtl-sdr.com/svxlink-now-supports-the-rtl-sdr/
== Set up on Bookworm on a Pi 5 ==


Install the software
sudo apt-get install svxlink-server remotetrx svxlink-calibration-tools svxlink-gpio
Just installing will start up remotetrx, whether I need it or not. :-)
Starting svxlink requires a configuration in /etc/svxlink/, you have to set a few things in svxlink.conf.
Call sign. W6GKD/L
Enable echolink.
US sound files are installed by default.
I wonder if I can get it to connect with TARRA reflector, I guess it has to identify as wickiup
and be on wireguard for this.
=== Wireguard ===
sudo apt install wireguard
Copy and paste from TARRA to /etc/wireguard/wg0.conf
sudo systemctl enable [email protected]
sudo systemctl start [email protected]
== SVXPortal ==
There's a web interface called "svxportal" that I am going to set up on [[Bellman]] following some instructions here: https://sk7rfl.se/doc/SvxPortal2.5.pdf


[[Category:Radio]]
[[Category:Radio]]

Latest revision as of 04:42, 11 July 2024

https://github.com/sm0svx/svxlink

SvxLink is a project that develops software targeting the ham radio community. It started out as an EchoLink application for Linux back in 2003 but has now evolved to be something much more advanced.

See also RTLSDR https://www.rtl-sdr.com/svxlink-now-supports-the-rtl-sdr/

Set up on Bookworm on a Pi 5

Install the software

sudo apt-get install svxlink-server remotetrx svxlink-calibration-tools svxlink-gpio

Just installing will start up remotetrx, whether I need it or not. :-)

Starting svxlink requires a configuration in /etc/svxlink/, you have to set a few things in svxlink.conf. Call sign. W6GKD/L Enable echolink. US sound files are installed by default.

I wonder if I can get it to connect with TARRA reflector, I guess it has to identify as wickiup and be on wireguard for this.

Wireguard

sudo apt install wireguard

Copy and paste from TARRA to /etc/wireguard/wg0.conf

sudo systemctl enable [email protected]
sudo systemctl start [email protected]

SVXPortal

There's a web interface called "svxportal" that I am going to set up on Bellman following some instructions here: https://sk7rfl.se/doc/SvxPortal2.5.pdf