John's Vademecum

Try to learn something about everything, and everything about something -Thomas Huxley “Darwin's bulldog” (1824-1895)

User Tools

Site Tools


public:radio:dormant:jre_echolink

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
public:radio:dormant:jre_echolink [26/04/23 14:44 BST] – created johnpublic:radio:dormant:jre_echolink [06/03/25 06:49 GMT] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
  
-====== Jre Echolink ======+====== Java JRE and Echolink Proxy ======
  
-** Description **+==== Setting up Echolink Proxy on VPS ====
  
-===== Section One =====+<code bash>
  
 +sudo apt-get install default-jre-headless
  
-===== Section Two =====+wget http://echolink.org/downloads/EchoLinkProxy_1_2_3.zip
  
 +sudo apt-get install unzip
  
---- //John Pumford-Green 26/04/23 13:44//+unzip EchoLinkProxy_1_2_3.zip
  
 +chmod 755 EcholinkProxy.jar
  
-===== Further Information =====+vi ELProxy.conf 
  
 +</code>
  
-{{tag>}}+and set new password 
 + 
 +=== VPS Firewall === 
 + 
 +on fasthost control panel open  
 + 
 +''TCP/8100'' 
 + 
 +''UDP/5198'' 
 + 
 +''UDP/5199'' 
 + 
 + 
 +{{:public:linux:fhfw.png?direct&600|}} 
 + 
 +==== Start Proxy ==== 
 + 
 +''java -jar EcholinkProxy.jar'' 
 + 
 +<code bash> 
 +gm4slv@gm4slv:~$ java -jar EchoLinkProxy.jar 
 +EchoLink Proxy version 1.2.3 
 +Listening for connections on port 8100 
 +Ready for new client connection. 
 +Client connected: 80.229.223.86 
 +Client authenticated (call=GM4SLV). 
 + 
 +</code> 
 + 
 +This runs and works okay. 
 + 
 +==== Start in tmux ==== 
 + 
 +<file bash start_proxy.sh> 
 +#!/bin/bash 
 + 
 +session="proxy" 
 + 
 +tmux start-server 
 + 
 +tmux new-session -d -s $session 
 + 
 +tmux rename-window "echolink" 
 + 
 +tmux selectp -t 0 
 +tmux send-keys "java -jar /home/gm4slv/EchoLinkProxy.jar" C-m 
 + 
 +</file> 
 + 
 +add ''crontab'' to start ''@reboot'' 
 + 
 +''@reboot sleep 30 && sudo -u gm4slv /home/gm4slv/start_proxy.sh > /dev/null 2>&1'' 
 + 
 + 
 +==== Page Info ==== 
 + 
 + 
 +--- //John Pumford-Green 04/06/22 07:26// 
 + 
 +Page last updated: ~~LASTMOD~~ 
 + 
 +{{tag>svxlink echolink linux radio}}
  
  
public/radio/dormant/jre_echolink.1682516684.txt.gz · Last modified: 06/03/25 06:49 GMT (external edit)