shajen / rtl-sdr-scanner-cpp

GNU General Public License v3.0
602 stars 61 forks source link

Single docker container #35

Open blackwellj opened 1 year ago

blackwellj commented 1 year ago

Would it be possible to have a single docker container? I really don’t like having so many different containers. I want to run it on unraid which isn’t possible currently

shajen commented 1 year ago

I don't think is it good idea. The idea of docker is to build multiple independent small container where everyone has single responsibility and connect them. One big container that have all in one is the opposite of the idea of docker.

Moreover, the idea of this project is to run multiple sdr-scanners in many different physical locations and one sdr-monitor and one mqtt-broker in the cloud and connect all sdr-scanner to them.

With one big container is not possible.

blackwellj commented 1 year ago

It might be a good idea to specify the imagined use case, I didnt realise that was the use for this software

algorni commented 1 year ago

+1 on explaining a bit more the use case ;)

Am i assuming correctly that the srd-scanner componend didn't store anything? it just rely on the broker to stream the data to the sdr-monitor wich will be the solo responsible to to store the recording?