shajen / rtl-sdr-scanner-cpp

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

auto_sdr: No http interface? #69

Open DE8MSH opened 1 year ago

DE8MSH commented 1 year ago

Hello.

I'm starting auto_sdr config.json. But I cannot reach the http interface on http://locahost:8000/admin/

Even 192.168.n.n:8000/admin does not work.

his site can’t be reachedCheck if there is a typo in locahost. DNS_PROBE_FINISHED_NXDOMAIN

What to do next???

oldunixguy commented 1 year ago

looking for same answer! I downloaded the src and cmaked it per instructions here. I'm not using docker because I understood I didnt need it for native Ubuntu. I'm running native Ubuntu 2.04 64bit. running with "./build/auto_sdr config.json". Lots of output on the terminal running this. I can transmit on an HT radio whose freq is configed in config.json and see the corresponding out put on the terminal. Where do I access the GUI? What am I missing? thanks

shajen commented 1 year ago

Hello, auto_sdr is just scanner module. To use all modules (including web interface) you need to run all components via docker.

oldunixguy commented 1 year ago

OK that clears that up. thanks.

So I created a clean Ubuntu Mate 22.04.2 lts 64b desktop. Then I performed your steps ("docker compose up" doesn't exist on the latest docker version... I had to use the separate program "docker-compose up").

What I cant find now is the detailed documentation for ALL of the items in config.json. Your example clearly shows how to specify a single frequency (which I'm using). But I cant find anything on how to specify the modulation type (Narrow FM) and filter types.

To verify what is needed I use gqrx. My frequencies are 157 to 160 Mhz. But I'm only using one rtl-sdr per frequency.

In gqrx it allows me to specify a certain frequency such as 157.6125 MHz. When I enter this in the config.json the resulting web gui displays only 157.61. Clearly the rtl-sdr can handle my frequency.... Why does this software truncate?

I'm almost there!

thanks rich painter

On Sat, Jun 17, 2023 at 12:53 AM shajen @.***> wrote:

Hello, auto_sdr is just scanner module. To use all modules (including web interface) you need to run all components via docker.

— Reply to this email directly, view it on GitHub https://github.com/shajen/rtl-sdr-scanner-cpp/issues/69#issuecomment-1595648562, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADBQBD4KUH3XLWEQC7DUIQLXLVH57ANCNFSM6AAAAAAYXKQARU . You are receiving this because you commented.Message ID: @.***>

-- Richard A. Painter, P.E. Retired

Challado commented 8 months ago

Hello, auto_sdr is just scanner module. To use all modules (including web interface) you need to run all components via docker.

And without docker, only compiling sources, is possible to run all modules? I see instructions only for auto_sdr module to run, and others, how to do?