Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remotely configuring scan parameters #57

Open
m0dts opened this issue Jun 18, 2021 · 3 comments
Open

Remotely configuring scan parameters #57

m0dts opened this issue Jun 18, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@m0dts
Copy link

m0dts commented Jun 18, 2021

It would be useful to be able to remotely configure the scan parameters using the network interface.
Extra parameters in the band config would be adequate.

I am working around this now with a loop of tune commands but it is much slower than the internal longmynd scan.

@eclispe eclispe added the enhancement New feature or request label Jun 19, 2021
@eclispe
Copy link
Owner

eclispe commented Jun 19, 2021

The ts timeout is the only scanning parameter that isn't currently accessible via the network interface. Some of the changes that are have been made for DVB-T support but not pushed yet should make moving this one into the bands (or even presets) fairly easy.

@m0dts
Copy link
Author

m0dts commented Jun 19, 2021

Thanks for the response, it actually made me look a lot harder into the code, i figured it out eventually :-)
I had not spotted that i could send a list of frequencies/sr's in the tune command.
Excellent!

@eclispe
Copy link
Owner

eclispe commented Jun 19, 2021

The network uses the same parser as the config file so anything that can be set in a preset can be set over the network.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants