{"id":21178049,"url":"https://github.com/reynico/raspberry-echolink","last_synced_at":"2026-05-18T03:33:21.006Z","repository":{"id":151690138,"uuid":"107837353","full_name":"reynico/raspberry-echolink","owner":"reynico","description":"My father's Echolink node setup and so on","archived":false,"fork":false,"pushed_at":"2017-10-22T05:01:17.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-08T13:55:54.634Z","etag":null,"topics":["echolink","raspberry-pi","raspberry-pi-3","raspberry-pi-gpio","svxlink","wspr","wspr-beacon"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reynico.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-22T04:30:10.000Z","updated_at":"2024-11-03T03:07:54.000Z","dependencies_parsed_at":"2023-06-04T00:15:15.282Z","dependency_job_id":null,"html_url":"https://github.com/reynico/raspberry-echolink","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reynico/raspberry-echolink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reynico%2Fraspberry-echolink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reynico%2Fraspberry-echolink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reynico%2Fraspberry-echolink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reynico%2Fraspberry-echolink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reynico","download_url":"https://codeload.github.com/reynico/raspberry-echolink/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reynico%2Fraspberry-echolink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33163736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["echolink","raspberry-pi","raspberry-pi-3","raspberry-pi-gpio","svxlink","wspr","wspr-beacon"],"created_at":"2024-11-20T17:19:34.008Z","updated_at":"2026-05-18T03:33:20.971Z","avatar_url":"https://github.com/reynico.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Echolink and WSPR node based on a Raspberry PI\n\n### Requirements\n- Raspberry PI (model doesn't matter)\n- Raspbian 9 installed and working\n- Internet access setup and working\n\n### Required setup and software\n```\nsudo apt-get update \u0026\u0026 sudo apt-get upgrade\nsudo apt-get install g++ make libsigc++-1.2-dev libgsm1-dev libpopt-dev tcl8.5-dev libgcrypt-dev libspeex-dev libasound2-dev alsa-utils libqt4-dev\nsudo apt-get install libsigc++ cmake groff \n```\n\n### Echolink (Thru SVXLink)\n```\nsudo adduser svxlink\nwget https://github.com/sm0svx/svxlink/archive/master.tar.gz\ntar xvzf master.tar.gz\ncd svxlink-master/src\nmkdir build \u0026\u0026 cd build\nsudo cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc       -DLOCAL_STATE_DIR=/var -DUSE_QT=NO ..\nmake\nmake doc\nsudo make install\nsudo ldconfig\n```\n- Copy the etc/svxlink folder to your /etc/svxlink foder.\n```\nsudo cp -r etc/svxlink/* /etc/svxlink/\n```\n- Edit callsign and password (from Echolink Link/Repeater setup).\n- Edit description.\n- Check GPIO ports for Squelch and PTT.\n\n### GPIO Setup\n- Copy the etc/rc.local file to your /etc/rc.local\n```\nsudo cp etc/rc.local /etc/rc.local\n```\n- Check and match GPIO ports for Squelch and PTT.\n- For SVXLink autostart:\n```\nsudo cp opt/svx.sh /opt/svx.sh\nsudo chmod +x /opt/svx.sh\n```\n- Add @lxterminal -l -e \"/opt/svx.sh\" BEFORE xscreensaver line on .config/lxsession/LXDE-pi/autostart\n\n\n### Software reset\n- There is a Python script that handles Raspberry PI reboots from a hardware switch without killing power.\n- Check the /etc/rc.local file and match the desired GPIO port for this task.\n- Copy lib/systemd/system/reset.service to /lib/systemd/system/reset.service\n```\nsudo cp opt/reset.py /opt/reset.py\nsudo cp lib/systemd/system/reset.service to /lib/systemd/system/reset.service\nchmod 644 /lib/systemd/system/reset.service\nsystemctl enable reset.service\nsystemctl start reset.service\n```\n\n### WSPR\n```\ngit clone https://github.com/JamesP6000/WsprryPi.git\ncd WsprryPi/\nmake\nsudo make install\nsudo wspr --test-tone 780e3\n```\n- Check if you hear the continuous test tone on 780Hz.\n- Add to your .bashrc file: alias wspr='sudo wspr -r your-callsign your-grid-locator 10 20m' \n```\necho \"alias wspr='sudo wspr -r your-callsign your-grid-locator 10 20m'\" \u003e\u003e .bashrc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freynico%2Fraspberry-echolink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freynico%2Fraspberry-echolink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freynico%2Fraspberry-echolink/lists"}