-
Notifications
You must be signed in to change notification settings - Fork 173
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
Ability to change SvxReflector parameters on runtime #572
Conversation
…s/DJ1JAY to change some SvxReflector parameters on runtime.
Please rebuild your commit without all the branch merges. to make it a cleaner commit and easier to test |
I think it makes no sense to continue developing here, since extensions remain uncommented. Pull requests are also not considered and there is no discussion about further extensions. I'm thinking about deleting all my branch and going on to other things. It's a pity, but it probably can't be changed. |
Well I don’t know what has happen but svxlink can be branded and we build a new system. I think the last 2 years have made things hard.. I have been patching my own branch and testing… I am also orking on the guy openrepeater to try and get a updated build….
Th only other repeater out there is all start link and its even more out of date
… On Jul 25, 2022, at 3:55 PM, Adi Bier ***@***.***> wrote:
I think it makes no sense to continue developing here, since extensions remain uncommented. Pull requests are also not considered and there is no discussion about further extensions. I'm thinking about deleting all my branch and going on to other things. It's a pity, but it probably can't be changed.
Mni 73s de Adi / DL1HRC
—
Reply to this email directly, view it on GitHub <#572 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACEITP6ADGYT76YKEVMYZI3VV3WK3ANCNFSM5NEONOEA>.
You are receiving this because you commented.
|
- Rename config var CTRL_PTY to COMMAND_PTY to match SvxLink server - Use similar command parser as in SvxLink server - Set PTY to be line buffered - Use the Async::Config::valueUpdated mechanism - Write command response to PTY
New command structure implemented, similar to the one used in SvxLink server, so to set a config variable use: Actually any config variable can be set using the CFG command but it's not certain that the reflector will care about it being set at runtime since most config variables are only read at startup. This pull request specifically add support for setting To see command responses use a command like this for example: |
- Rename config var CTRL_PTY to COMMAND_PTY to match SvxLink server - Use similar command parser as in SvxLink server - Set PTY to be line buffered - Use the Async::Config::valueUpdated mechanism - Write command response to PTY
Rebased and merged in commit 5636dff |
Introduce a new branch "reflector-ptyctrl" following an idea from Jens/DJ1JAY to change some SvxReflector parameters on runtime.
For special cases it would be useful if you could change certain parameters of the SvxReflector at runtime without having to restart it. The pseudo tty interface is an ideal approach in my opinion, not just for this case. Please check if this approach is acceptable when you have a chance, thank you.
Mni 73s de Adi / DL1HRC