Borys Dyczko
Borys Dyczko
It looks like not default config, try to restore default config: ``` docker compose down docker volume ls # select one with name contains sdr_config docker volume rm # type...
There is a mechanism to delete recent transmissions over `10 GB`. A similar mechanism is for spectrograms. You can change the size of the quota in the `docker-compose.yml`. Change line:...
What do you mean? Native `cronjob` on host machine? It's not good idea because everyone have to configure it separately in his OS. Docker version works out of the box...
> cronjob as in a script that deletes spectrograms and recordings from the docker volumes. it can work as a docker cronjob, can be fired off by django not the...
Yes, follow wiki https://github.com/shajen/rtl-sdr-scanner-cpp/wiki/Advanced-usage#build-from-sources but it does not contain web panel and mqtt, you need to setup it separately.
> Are there any instructions on how to connect mqtt and web panel to the main app? Are these required for proper deployment? No. You have to start any mqtt...
This message is caused directly by `libhackrf` library. Can you confirm that you `HackRf` device is working with other software correctly for a long time e.g `gqrx`, `sdr++`?
Please attach logs. Details [here](https://github.com/shajen/rtl-sdr-scanner-cpp#debugging).
It looks like you have really much data to delete which exceed the http limit. Maybe try do delete `device` in https://localhost:8000/admin/sdr/device/ ? It will cause cascade delete off all...
Thank you for the very kind words! The project is still in progress. I have a huge update planned over the next few weeks/months, including: - classification of recordings using...