Direct Android Sync - WORKS #163
BigBill1418
started this conversation in
General
Replies: 1 comment
-
|
Hi @BigBill1418 Thank you so much for working on this, I have put together an app as well for syncing local files with server (I needed a desktop sync app actually, but now this supports both platforms) : https://github.com/arpanghosh8453/opendronelog-sync It checks the allowed extensions via API and then finds and syncs those files (existing, blacklisted files are matched by hash) to the configured server profile instance of ODL directly via API. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/BigBill1418/DroneOpsSync
Hey ! I know I'm behind on getting this to you. But I have been a bit busy. You absolutely can access the file systems directly through android. I did it with this linked project. This dumps your flight logs directly into my other project www.github.com/BigBill1418/DroneOps
Beta Was this translation helpful? Give feedback.
All reactions