https://github.com/guysoft/svxlinkwrapper
Wrapper for SvxLink to provide additional functionally, which is easy to extend
https://github.com/guysoft/svxlinkwrapper
Last synced: 2 months ago
JSON representation
Wrapper for SvxLink to provide additional functionally, which is easy to extend
- Host: GitHub
- URL: https://github.com/guysoft/svxlinkwrapper
- Owner: guysoft
- License: gpl-3.0
- Created: 2012-05-17T13:08:26.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T22:58:29.000Z (over 8 years ago)
- Last Synced: 2024-05-01T18:58:05.266Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 301 KB
- Stars: 4
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
README
SvxLinkWrapper - wrapper for SvxLink
====================================
By Guy Sheffer 4Z7GAIFeatures
--------* 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 chatRequirements
------------
1. python
2. python modules: importlib python-sqlite3
3. Svxlink ready to run and configured (https://github.com/sm0svx/svxlink)Install all requirements except svxlink on Ubuntu / Debian
----------------------------------------------------------::
apt-get install sqlite3Quick setup on Ubuntu / Debian
------------------------------
::
git clone https://github.com/guysoft/SvxLinkWrapper.git
cd SvxLinkWrapper
cp config.ini.example to config.ini
python src/SvxLinkWrapper.pyHow to configure and run
------------------------
1. copy config.ini.example to config.ini
2. Set the variables according to your need in mainHow to configure QSO logger module
-----------------------------------
1. set DATABASE_PATH in modules.EcholinkLoggerModule to the location of EcholinkQsoLog.sqlite
2. Make sure the folder that EcholinkQsoLog.sqlite has read/write permissions, as well as the file
3. 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`` )