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

Add support for delayed (offline) tlog auto upload in droidplanner #783

Merged
merged 4 commits into from
May 28, 2014

Conversation

arthurbenemann
Copy link
Member

Editing @geeksville pull #782 to better integrate with Droidplanner.

geeksville and others added 4 commits May 27, 2014 09:57
* Add UploaderService - this service sends all tlogs it finds in Logs
* Add NetworkStateReceiver - watches for changes in internet connectivity
  and restarts uploads as needed
* Update to latest droneapi-java client
* Add the JeroMQ client library - needed for latest live upload code
* Change password from passwordVisible to just password per request from Pablo
* Be nice and DRY and make a DroidplannerPrefs class
* Fix file descriptor leak on tlog close
* Fix disconnect() in MAVLinkConnection - previously it was a NOP because
the worker thread would stay blocked on a read.

Note:
* DroidPlanner currently doesn't filter tlogs for 'being interesting' - so
it may upload a fair number of essentially empty tlogs.  I'll turn on
an interesting filter on the server.

* It would be great if someone else could turn on auto param & wpt fetch as
the default in DroidPlanner.  That would make the uploads a lot more useful.
arthurbenemann added a commit that referenced this pull request May 28, 2014
Add support for delayed (offline) tlog auto upload to MDS in droidplanner
@arthurbenemann arthurbenemann merged commit d469064 into DroidPlanner:master May 28, 2014
@arthurbenemann arthurbenemann deleted the dapiOfflineAlso branch May 28, 2014 17:47
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

Successfully merging this pull request may close these issues.

2 participants