StreaMonitor
StreaMonitor copied to clipboard
Update the status of config.JSON when it is modified from the outside
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?
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.