add remote gpio control as an example plugin

https://github.com/meshtastic/Meshtastic-device/issues/182
This commit is contained in:
Kevin Hester
2020-12-06 18:33:42 +08:00
parent 3e0dc44210
commit 8f5a1f19d3
8 changed files with 131 additions and 5 deletions

View File

@@ -4,14 +4,16 @@ You probably don't care about this section - skip to the next one.
For app cleanup:
* have python tool check max packet size before sending to device
* DONE have python tool check max packet size before sending to device
* if request was sent reliably, send reply reliably
* DONE require a recent python api to talk to these new device loads
* DONE require a recent android app to talk to these new device loads
* DONE fix handleIncomingPosition
* DONE move want_replies handling into plugins
* on android for received positions handle either old or new positions / user messages
* on android side send old or new positions as needed / user messages
* on python side handle new position/user messages
* test python side handle new position/user messages
* make a gpio example
* DONE fix position sending to use new plugin
* DONE Add SinglePortNumPlugin - as the new most useful baseclass
* DONE move positions into regular data packets (use new app framework)
@@ -20,6 +22,7 @@ For app cleanup:
* test that position, text messages and user info work properly with new android app and old device code
* call the plugin setup functions
* fix the RTC drift bug
* move ping functionality into device, reply with rxsnr info
For high speed/lots of devices/short range tasks: