waterfall icon indicating copy to clipboard operation
waterfall copied to clipboard

How do I run this project?

Open sdomville opened this issue 4 years ago • 1 comments

How do I run this project? Also - I need to integrate this with a javascript app. So I need to run phython AND the javascript server at the same time. thanks!

sdomville avatar Nov 08 '21 00:11 sdomville

Never tried, but in theory...

  1. Install and test your SDR receiver. Instructions depend on SDR receiver.
  2. Git clone or download+unzip files and run python3 server.py or python2 server.py If ncessary add arguments to command line (check server.py source code).
  3. Open in your browser http://localhost:8000 or https://localhost:8000

JDat avatar Nov 08 '21 05:11 JDat