Git Product home page Git Product logo

ghpsdr3-fcdproplus-server's Introduction

ghpsdr3-fcdproplus-server

It is Funcube Dongle Pro Plus server for ghpsdr3-alex implementation on python.

Dependencies is:

Todo:

  • support for multiple receivers (it's incomplete).

Basic usage:

  • run fcdpp-server.py
  • run dspserver
  • run QtRadio

Usage: fcdpp-server.py [-h] [-s] [-p] [-l] [-m] [-i IF_GAIN] [-o PPM_OFFSET] [-a IPADDR]

fcdpp-server.py

optional arguments:

  • -h, --help show this help message and exit
  • -s, --swapiq Swap the I and Q inputs, reversing the spectrum
  • -p, --predsp Offload some processing to an instance of predsp.py
  • -l, --lna_gain Enable the LNA gain.
  • -m, --mixer_gain Enable the mixer gain.
  • -i IF_GAIN, --if_gain IF_GAIN Specify the IF gain in dB as integer, default 0.
  • -o PPM_OFFSET, --ppm_offset PPM_OFFSET Frequency offset in parts per million, as float i.e. 3.9
  • -a IPADDR, --ipaddr IPADDR The server's IPv4 address to bind to. Default is all addresses, i.e. 0.0.0.0 (alias addresses can be used)

Predsp: If you want to run fcdpp-server.py on embedded hardware (like BeagleBone Black in my case), you probably would want to move all data preprocessing (eg. conversion from ints to floats) to host running dspserver. For that purpouse I wrote small script called predsp.py. Usage:

  • on embedded host run 'fcdpp-server.py -p'
  • on more capable host run 'predsp.py' and 'dspserver --server '
  • run QtRadio or another client and point it to dspserver's address

License: GPLv3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.