By Guy Sheffer 4Z7GAI <guysoft at gmail dot com>
- Autoconnect to stations on startup, and keep-alive option
- QSO Echolink logger in sqlite3 and a simple web viewer for it
- Send DTMF preset commands from echolink chat
- python
- python modules: importlib python-sqlite3
- Svxlink ready to run and configured (https://github.com/sm0svx/svxlink)
apt-get install sqlite3
git clone https://github.com/guysoft/SvxLinkWrapper.git cd SvxLinkWrapper cp config.ini.example to config.ini python src/SvxLinkWrapper.py
- copy config.ini.example to config.ini
- Set the variables according to your need in main
- set DATABASE_PATH in modules.EcholinkLoggerModule to the location of EcholinkQsoLog.sqlite
- Make sure the folder that EcholinkQsoLog.sqlite has read/write permissions, as well as the file
- If you want to view latest qsos from a browser you can move
www/EcholinkQsoLog.php
to a location on your webserver (on Ubuntu / Debian the default path is/var/www
)