naj1024 / pyspectrum

Python based spectrum analyser with web UI and sdr input
MIT License
23 stars 5 forks source link

Web interface stalls on rerunning #6

Closed naj1024 closed 4 months ago

naj1024 commented 3 years ago

When the programme is first run the web URL connects and shows the spectrum immediately. However if the python programme is stopped and restarted then the web URL can take a long time (tens of seconds) to show a spectrum. Think this is down to the python web server not serving the connection correctly, possibly a socket re-use problem.

naj1024 commented 4 months ago

closing