begin moving position stuff into plugin

This commit is contained in:
Kevin Hester
2020-11-28 13:51:51 +08:00
parent 5138aff4b2
commit 7737123d0f
8 changed files with 29 additions and 14 deletions

View File

@@ -4,7 +4,9 @@ You probably don't care about this section - skip to the next one.
For app cleanup:
* add app handlers in device code (make new app framework)
* require a recent python api to talk to these new device loads
* on android for received positions handle either old or new positions
* on android side send old or new positions as needed
* move positions into regular data packets (use new app framework)
* move user info into regular data packets (use new app framework)
* test that positions, text messages and user info still work