StreaMonitor icon indicating copy to clipboard operation
StreaMonitor copied to clipboard

Update the status of config.JSON when it is modified from the outside

Open arum19 opened this issue 1 year ago • 1 comments

I have created a script to add external modems to the config.JSON file, but the StreaMonitor program has not recognized it. Is there any way to fix this?

arum19 avatar Mar 19 '24 12:03 arum19

I am not sure if I have understood your question correctly.

I assume the following: You have created a script that changes the config.json and want StreaMonitor to recognize this automatically.

This is not possible because StreaMonitor does not have a function to (automatically) reload the configuration.

The only way to achieve this would be to use the ZeroMQ interface. This is what the CLI or the Controller.py script is for.

DerBunteBall avatar Mar 19 '24 13:03 DerBunteBall