David Rollinson
David Rollinson
@peschman I'm not seeing this getting much traction unfortunately. One workaround could be to set up a local pi to simulate the remote server, with which you do authenticate. You...
I prefer the command line switch idea, which is written. You could always check that branch out when you want to do some testing?
Great, would you be good enough to close this issue?
Closing, as work around found.
Q5, I suggest to add mask_download_permissive to .config, set to True, and remove the other two options and hard code them to prevent unintentional changes. No other comments from me.
There are two options which I can think of. Submit a pull request to put them somewhere in this repository, or create a new repository just to hold these scripts.
https://github.com/CroatianMeteorNetwork/RMS/blob/10b703399a854d8a4d7b7d9f28a70c0ead18f44e/RMS/EventMonitor.py#L1751 The code linked above may be helpful as an ex ample.
Could be done, but needs care to avoid a recursion trap.
So on plaunch EventMonitor gets passed the pid of Start Capture, and the command line args. Monitors the process, and relaunches if this process dies, but adding a command line...