Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop overwriting of SSDV files #46

Open
hyde00001 opened this issue Apr 23, 2018 · 2 comments
Open

Stop overwriting of SSDV files #46

hyde00001 opened this issue Apr 23, 2018 · 2 comments

Comments

@hyde00001
Copy link

In V1.8.19 and possibly earlier, if the SSDV image count wraps from 255 (the maximum SSDV utilises) back to 0, the LoRa Gateway ssdv folder over-writes older images with newer images with the same index count. Could code be added to avoid this, and retain all received images? Perhaps this could be achieved by creating subfolders for each cycle through the SSDV image count on a given day or by prefixing/suffixing the image file name with date and/or time. Obviously, other approaches exist to resolve this behaviour.

Thanks for all the effort maintaining this excellent application.

Steve Hyde - hyde00001

@KevWal
Copy link
Contributor

KevWal commented Feb 28, 2021

I have also found this issue with my flight yesterday, and on a related point the wrap at 255 causes ssdv_resend.py to not work beyond image 255 too. I did have a look through the code but couldn't find anything obvious that was causing the wrap.

Thanks very much
Kevin

@daveake
Copy link
Contributor

daveake commented Feb 28, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants