Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

PoirotRF is a web based signal analyzer made with the goal of making signal identification easier and quicker.

Features

  • WAV and raw IQ data (.npy) parser
  • I/Q constellation view
  • Waterfall view
  • FFT view
  • Waveform view
  • Relative phase view
  • Audio playback

Installation and LOCAL deployment

Linux

git clone https://github.com/varppi/PoirotRF
cd PoirotRF/backend
python -m venv .poirot_venv
source .poirot_venv/bin/activate
python -m pip install -r requirements.txt
python app.py

Windows

git clone https://github.com/varppi/PoirotRF
cd PoirotRF/backend
python -m venv .poirot_venv
.\.poirot_venv\Scripts\activate.bat
python -m pip install -r requirements.txt
python app.py

About

Web based I/Q and WAV signal analyzer.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages