indigo-astronomy / indigo

INDIGO is a system of standards and frameworks for multiplatform and distributed astronomy software development designed to scale with your needs.
http://www.indigo-astronomy.org
Other
139 stars 64 forks source link

Client force server setting to update image to the client #463

Closed Ghir8 closed 1 year ago

Ghir8 commented 1 year ago

Hi, we are using INDIGO to command a dome remotely, it would be nice if the images could be saved into the (in loco) server for backup and to avoid loosing them by some internet hiccups. We select the "Upload and save" and we save the configuration but when we select the camera in the client program (Ain) the setting is overwrite to "Upload to client".

Is this a bug or an intended behavior? How can we force the desired behavior? Thanks a lot!

rumengb commented 1 year ago

Ain forces images to be downloaded to the client as it is not yet ready to work in client less environment. I need to solve several problems before I can make Ain to work in this setup.

Ghir8 commented 1 year ago

Thank you for the replay! Ok, we will wait for future Ain update then :)

rumengb commented 1 year ago

indigo in master has improved name templates and md5 hashing of files which makes it easy to sync local folder with the indigo server folder. This made it easy to add support for file synchronization between INDIGO server and Ain. It is quite rough and needs some more work before release but it is getting there. maybe I should add some more eye-candy for the feature but here is how it looks like now: image

rumengb commented 1 year ago

Released!