mirror of
https://github.com/meshtastic/python.git
synced 2026-01-06 06:47:55 -05:00
38 lines
1.5 KiB
Markdown
38 lines
1.5 KiB
Markdown
# TODO
|
|
|
|
## Before beta
|
|
|
|
- add fromId and toId to received messages dictionaries
|
|
- update nodedb as nodes change
|
|
- radioConfig - getter/setter syntax: https://www.python-course.eu/python3_properties.php
|
|
- let user change radio params via commandline options
|
|
- document properties/fields
|
|
- include more examples: textchat.py, replymessage.py all as one little demo
|
|
- have device side StreamAPI client prevent radio sleep
|
|
- device side PhoneAPI should only allow message delivery to one connected device - currently breaks when you have BLE and serial connections
|
|
- announce at the usual places
|
|
|
|
## Soon after initial release
|
|
|
|
- keep nodedb up-to-date based on received MeshPackets
|
|
- handle radio reboots and redownload db when that happens. Look for a special FromRadio.rebooted packet
|
|
|
|
## Eventual
|
|
|
|
- possibly use tk to make a multiwindow test console: https://stackoverflow.com/questions/12351786/how-to-redirect-print-statements-to-tkinter-text-widget
|
|
|
|
## MeshtasticShell todos
|
|
|
|
- Possibly use multiple windows: https://stackoverflow.com/questions/12351786/how-to-redirect-print-statements-to-tkinter-text-widget
|
|
- make pingpong test
|
|
|
|
## Done
|
|
|
|
- DONE use port enumeration to find ports https://pyserial.readthedocs.io/en/latest/shortintro.html
|
|
- DONE make serial debug output optional (by providing a null stream)
|
|
- DONE make pubsub work
|
|
- DONE make docs decent
|
|
- DONE keep everything in dicts
|
|
- DONE have device send a special packet at boot so the serial client can detect if it rebooted
|
|
|