public:radio:svx_mobile
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:radio:svx_mobile [04/06/22 08:30 BST] – [Hardware] john | public:radio:svx_mobile [26/04/23 14:53 BST] (current) – removed john | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | < | ||
- | |||
- | |||
- | ====== Svx Mobile ====== | ||
- | |||
- | === Plan... === | ||
- | To make a mobile hotspot that will provide access to SVXReflector and Echolink as well as a handy single-frequency parrot repeater. | ||
- | |||
- | ===== Hardware ===== | ||
- | |||
- | Remains the same as the previous portable //hotspot// | ||
- | |||
- | * Raspberry Pi | ||
- | * CM108 soundcard | ||
- | * IC-2E or FT-60 | ||
- | * MiFi router | ||
- | |||
- | It will be installed in my vehicle, which also has a TM-D710 for APRS and voice comms. The hotspot/ | ||
- | |||
- | * < | ||
- | * < | ||
- | |||
- | |||
- | ==== SVXLink Config ==== | ||
- | |||
- | No big changes.... | ||
- | |||
- | * Echolink Module enabled (switchable via DTMF commands) | ||
- | * Echolink using a [[public: | ||
- | |||
- | === Logic.tcl additions for switching EL on/off === | ||
- | |||
- | Added to ''< | ||
- | |||
- | <code tcl> | ||
- | # This function can be used to implement your own custom commands or to disable | ||
- | # DTMF commands that you do not want users to execute. | ||
- | proc dtmf_cmd_received {cmd} { | ||
- | #global active_module | ||
- | |||
- | # Example: Ignore all commands starting with 3 in the EchoLink module. | ||
- | # Allow commands that have four or more digits. | ||
- | #if {$active_module == " | ||
- | # if {[string length $cmd] < 4 && [string index $cmd 0] == " | ||
- | # puts " | ||
- | # return 1 | ||
- | # } | ||
- | #} | ||
- | |||
- | # Handle the "force core command" | ||
- | # executed by the core command processor instead of by an active module. | ||
- | # The "force core command" | ||
- | #if {$active_module != "" | ||
- | # return 0 | ||
- | #} | ||
- | #if {[string index $cmd 0] == " | ||
- | # set cmd [string range $cmd 1 end] | ||
- | #} | ||
- | |||
- | # Example: Custom command executed when DTMF 99 is received | ||
- | if {$cmd == " | ||
- | puts " | ||
- | playMsg " | ||
- | exec / | ||
- | return 1 | ||
- | } | ||
- | # Example: Custom command executed when DTMF 98 is received | ||
- | if {$cmd == " | ||
- | puts " | ||
- | playMsg " | ||
- | exec / | ||
- | return 1 | ||
- | } | ||
- | |||
- | return 0 | ||
- | } | ||
- | </ | ||
- | |||
- | * DTMF command '' | ||
- | * DTMF command '' | ||
- | |||
- | === Start with Echolink === | ||
- | |||
- | <code bash> | ||
- | #!/bin/bash | ||
- | |||
- | CFG=/ | ||
- | LOG=/ | ||
- | |||
- | sudo killall svxlink | ||
- | sudo killall svxlink | ||
- | sudo killall svxlink | ||
- | |||
- | echo " | ||
- | |||
- | sleep 2 | ||
- | |||
- | echo " | ||
- | |||
- | sudo svxlink --daemon --logfile=$LOG --config=$CFG | ||
- | exit 0 | ||
- | |||
- | </ | ||
- | |||
- | === Start without Echolink === | ||
- | |||
- | <code bash> | ||
- | |||
- | #!/bin/bash | ||
- | |||
- | CFG=/ | ||
- | LOG=/ | ||
- | |||
- | sudo killall svxlink | ||
- | sudo killall svxlink | ||
- | sudo killall svxlink | ||
- | |||
- | echo " | ||
- | |||
- | sleep 2 | ||
- | |||
- | echo " | ||
- | |||
- | sudo svxlink --daemon --logfile=$LOG --config=$CFG | ||
- | exit 0 | ||
- | |||
- | </ | ||
- | |||
- | It's probable that I'll configure the initial start '' | ||
- | |||
- | '' | ||
- | |||
- | and then only enable the Echolink module (with '' | ||
- | |||
- | Using a PROXY server for connecting to Echolink is necessary because it's not possible to control external firewall/ | ||
- | |||
- | Rather than relying on other '' | ||
- | |||
- | |||
- | === Parrot === | ||
- | |||
- | I imagine being able to use the Parrot feature as a temporary single-frequency repeater perhaps for emergency use? | ||
- | |||
- | I'll experiment.... | ||
- | |||
- | |||
- | |||
- | ==== Page Info ==== | ||
- | |||
- | |||
- | --- //John Pumford-Green 03/06/22 17:59// | ||
- | |||
- | Page last updated: ~~LASTMOD~~ | ||
- | |||
- | {{tag>}} | ||
- | |||
public/radio/svx_mobile.1654327833.txt.gz · Last modified: 06/03/25 06:49 GMT (external edit)