David Rollinson

Results 59 comments of David Rollinson

It was running fine on Debian, Pi5, 4 last night. I'll check after sunrise, happy to leave those stations there.

Are you passing the station name as an argument to StartCapture?

I think what you are seeing is the config reader initialization where it reads the default config from . https://github.com/CroatianMeteorNetwork/RMS/blob/6f42cc1fd2f40b65b95e6d20a3724dcb8b900835/RMS/ConfigReader.py#L235 But this gets overwritten by the config specified on the...

The init of the config reads from that location. Hard coded I think, but not an issue. https://github.com/CroatianMeteorNetwork/RMS/blob/3313489fffe1c9b6148a85cb205a4ffe37575be5/RMS/ConfigReader.py#L225

Interesting thought. I don't like the idea of skipping the checks for updated files if upload is false, because at least two operators, and multiple stations do not use the...

Just adding a -t or --test flag to disable server connections so you can quickly start and run capture on a station with no keys.

I need to think about disabling download when XX0001 is stationID. It sounds like a good idea.