Open SamuelDudley opened 7 years ago
[ ] Start / stop video stream via the web UI
[ ] Read and write config files from / to disk via the web UI
obviously, starting/stopping network interfaces via a web browser/server over the same network interface is challenging, do we care..? I guess having an alternate cmd-line method to activate/refresh all settings might be a worthy add-on. eg: imagine a typo in a IP address or netmask, they are saved to the .json file as part of the "save new settings" button , and then some script is triggered to update the actual interfaces and routes etc, but that last step fails. My cmd-line idea is to allow recovering from that error case via ssh and a cmd-line convenience , if needed. ..?
I think loading a config from the command line is a good idea and should be pretty easy to implement. Another idea I had was to send a MAVLink message with a config name and the system will attempt to load it.
This issue is for ideas and discussion on what features need to be present / implemented before this software is considered 'useful'. Please keep in mind that the end goal is to have this project be a part of APSync and shipped != perfection ;)