add SinglePortPlugin to simpilify api

This commit is contained in:
Kevin Hester
2020-12-05 10:14:15 +08:00
parent ae7d3ee5ed
commit b6e21bcbcd
4 changed files with 31 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ For app cleanup:
* on python side print error messages if old position/user messages seen
* on python side handle new position/user messages
* DONE fix position sending to use new plugin
* Add SinglePortNumPlugin - as the new most useful baseclass
* DONE Add SinglePortNumPlugin - as the new most useful baseclass
* DONE move positions into regular data packets (use new app framework)
* DONE move user info into regular data packets (use new app framework)
* test that positions, text messages and user info still work