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

Update center_frequency while running #98

Open
hb9fxq opened this issue Oct 6, 2017 · 5 comments
Open

Update center_frequency while running #98

hb9fxq opened this issue Oct 6, 2017 · 5 comments

Comments

@hb9fxq
Copy link

hb9fxq commented Oct 6, 2017

Hi, I'm integrating FlexRadio Dax IQ output (https://twitter.com/HB9FXQ/status/916367406456549377) Is there a way to update the center_frequency value while running, e.g. reading from an ENV variable?

I get raw IQ from the radio while operating, and can query/notify the current center Freq. of the stream. Now I'd like to sync the OpenWebRx displayed scale with the current TRX state. Any Idea?

@ha7ilm
Copy link
Owner

ha7ilm commented Oct 7, 2017

https://twitter.com/HB9FXQ/status/916367406456549377)

Cool!

Well, I'm working on being able to change the center frequency from the web UI while running, but that's the reverse direction compared to what you want. This is not implemented in OpenWebRX yet, but it was possible to do via a named pipe, I think. An approach is:

This solution will work only for a single client, because multiple client threads won't work with the same named pipe. For multiple clients you need to broadcast to all of their threads.

@hb9fxq
Copy link
Author

hb9fxq commented Oct 7, 2017

Thx for the pointers. I'll keep that in mind + for now will put openwebrx into a docker container and restart the container when the Flexradio panadapter changes frequency

@mo8Zomo0
Copy link

Hi!

Yes, it would be great if an option could be added "allow frequency to be changed by web interface" and have the frequency field in the "Receiver" box editable.

For me a pure single user / client mode is fine, but I do not see a reason why a multiple client (like two computer for the same user) or even that everybody can set (or maybe with some authentication) the frequency.

@Lonecrowe
Copy link

Wouldn't be possible due to hardware limitations for multiple people to change center freq. But that being said having a single user online it would be nice.

I was hoping for a proposed "admin" mode (different port?) where there were some live functions that the admin could change in real time. So if you are there others are listening in (friends) and they request a change you can change the center freq.

I wouldn't want to get into ACL's but maybe the first person who connects gets control UNLESS the admin is online. If the first person logs they lose control the center resets. Next in line has control.

I support this option. I mean we can just shut it down edit the config and restart it but would be so much nicer to be able to move it.

@ofadam
Copy link

ofadam commented Jan 23, 2019

Any update on moving the center_frequency from the web UI? I'd love to have that feature!

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

5 participants