hcab14 / gr-kiwisdr

KiwiSDR gnuradio source
17 stars 7 forks source link
boost-beast cplusplus-11 gnuradio hf-monitoring hf-radio kiwisdr websocket-client

gr-kiwisdr


Overview

Gnuradio OOT module for the KiwiSDR

Requirements

Installation

Do not forget to use the option --recurse-submodules

    git clone --recurse-submodules https://github.com/hcab14/gr-kiwisdr.git
    cd gr-kiwisdr
    mkdir build
    cd build
    cmake ../
    make install

For some reason on OSX the following command is needed:

    volk_profile -R volk_16u_byteswap

For building without the KiwiSDR websocket client (no dependency on recent boost version):

    cmake -DENABLE_KIWI_WS_CLIENT=OFF ../

Working installations

maint-3.7 branch

master branch

GNURadio blocks

  1. kiwisdr/kiwisdr: KiwiSDR websocket client providing a source of timestamped IQ samples
    • uses the boost.beast websocket library
    • Only IQ mode is supported for now
    • Missing KiwiSDR configuration options (user,pw,AGC,...)
    • May not work with older boost versions distributed with GNURadio packages
  2. kiwisdr/kiwi_wav_source: source block for reading KiwiSDR IQ files with GNSS timestamps
    • the wav files need to have been be recorded with kiwirecorder.py -w ..., i.e., contain GNSS time stamps
  3. kiwisdr/align_streams: alignment of IQ streams coming from the same KiwiSDR (this is work in progress)
  4. kiwisdr/coh_stream_synth: coherent combination of three KiwiSDR IQ streams into a single IQ stream (this is work in progress)

Usage

See