Skip to content

F5OEO/eshail-ghy-wb-fft-pluto

 
 

Repository files navigation

airspy_fft_ws

A daemon to serve an FFT over websocket

Download

git clone --recursive https://github.com/BritishAmateurTelevisionClub/eshail-ghy-wb-fft-airspy.git

Install libairspy dependency

sudo apt install libairspy-dev

Build libwebsockets dependency (no system install)

cd libwebsockets/
mkdir build/
cd build/
cmake .. -DLWS_WITH_SSL=OFF
make

Compile

make

Install as systemd service

./install

Copyright 2019 British Amateur Television Club

About

Airspy FFT Websocket Server for the Es'hail-2 Goonhilly WebSDR system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.1%
  • Makefile 1.4%
  • Shell 0.5%