Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Pass values to webrx.py #89

Open
stevegpgh opened this issue Jul 29, 2017 · 4 comments
Open

Pass values to webrx.py #89

stevegpgh opened this issue Jul 29, 2017 · 4 comments

Comments

@stevegpgh
Copy link

I wanted to pass the center frequency and bandwidth to OpenWebRx via a script that request those values from the owner at start up. I am running Raspian on a Pi3 using a RTL-SDR and have implemented it using direct sampling mode. But because of the 2.4 bandwidth limit, if I want to switch bands I need to close OpenWebRX, edit the config_webrx, save it then restart OpenWebRX. I thought a script to handle an input of the desired frequency and relaying that to the config file would accomplish that. My issue is on getting the values from the script and implementing them in the config file.

I assume capturing the values in the shell script would be pretty easy:
read -p "Enter frequency in Mhz: " a
f=a*1000000

@ha7ilm
Copy link
Owner

ha7ilm commented Aug 10, 2017 via email

@stevegpgh
Copy link
Author

stevegpgh commented Aug 10, 2017 via email

@DanielCraig
Copy link

How about an admin panel or login, to designate the one allowed to set center freq?

@ha7ilm
Copy link
Owner

ha7ilm commented Oct 4, 2017

@DanielCraig That is being worked on.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants