-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Allow for Plugins to change certain Config values #500
Comments
Totally! I am trying to keep as much added features out of the core of Trunk Recorder to keep things clean. Let me see if there is some way to make this work with the plugin system. Ultimately, the way you send in those changes should be flexible. It could be over a REST API or WebSocket or MQTT. It would be great to be able to adjust the error correction on the fly though. |
Error correction, channels and squelch would be amazing! I’m using the system to monitor analog marine vhf communications |
Cool - This will probably be a little longer on the build out side. I first have to get the basic plugin system shipped first. |
I have an idea for this. I have an application that I wrote that reads the config files, runs rtl_power on the control channels, then uses the results to calculate ppm. The ppm values are then written out to the config file. The config read/write is in a separate program that uses grpc to communicate with the ppm calculation program. I'll work on making something more formal. You could use a grpc -> rest gateway (see this example: gRPC with REST and Open APIs) to expose this. |
This is still a good idea.... I think it could work for things around tuning, like Gain and Error |
I would like to make a webpage to configure trunk Recorder. would it be possible to create a rest api to allow settings changes on the fly without the need to restart the docker container each time?
The text was updated successfully, but these errors were encountered: