When user send modified configuration file to artiq-proxy, it saves modified json file as a master server local file and set this settings as a new configuration of running lolenc master server
How the feature is implemented
Create new class ConfigBuilderApp which is modified from original BuilderApp.
Use args as a configuration setting with _StringEntry
Feature you want to implement
artiq-proxy
, it saves modified json file as a master server local file and set this settings as a new configuration of running lolenc master serverHow the feature is implemented
ConfigBuilderApp
which is modified from originalBuilderApp
.args
as a configuration setting with_StringEntry