llinkz / directKiwi

a Python 2/3 GUI for fast connect to KiwiSDR around the world (audio only)
9 stars 4 forks source link
client kiwisdr sdr standalone

directKiwi v7.21

This piece of software is JUST a GUI written for Python 2/3 designed to fast connect audio socket to KiwiSDR servers around the world using modified versions @ https://github.com/dev-zzo/kiwiclient or related fork @ https://github.com/jks-prv/kiwiclient

Thanks to Pierre Ynard (linkfanel) for the listing of available KiwiSDR nodes used as source for the TDoA map update process (http://rx.linkfanel.net)

Stuff required to run the software:

INSTALL AND RUN (on WINDOWS)

Install python 2 or 3

If you don't have git for windows installed, just download https://github.com/llinkz/directKiwi/archive/master.zip and unzip the package somewhere

Else in 'Git Bash' type : git clone --recursive https://github.com/llinkz/directKiwi

Double-click on setup.bat (this script will install python modules)

Double-click on directKiwi.bat

INSTALL AND RUN (on LINUX) Thanks Daniel E. for the install procedure

Install python 2 or 3

Install python-pip (search for the right package for your distro)

git clone --recursive https://github.com/llinkz/directKiwi

cd directKiwi

./setup.sh (this script will install python modules, it may fail, if so, install modules manually using your package manager)

./directKiwi.py (note: check the shebang if it fails on your system. On my Archlinux it should be "#!/usr/bin/python2" for example)

INSTALL AND RUN (on MAC OS) Thanks Nicolas M. for the install procedure

Install Homebrew, in terminal : /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Python 2 or 3, in terminal : brew install python@#

git clone --recursive https://github.com/llinkz/directKiwi

cd directKiwi

./setup.sh (this script will install python modules, it may fail, if so, install modules manually using your package manager)

./directKiwi.py

TIP

line 459 for Windows or lines 460 + 461 for Linux (and MacOS ?)

LICENSE

WARNING

TODO LIST

CHANGE LOG

Enjoy

linkz

October 2020 update