1 index channel index

This commit is contained in:
Kevin Hester
2021-02-27 09:17:58 +08:00
parent 989f52494d
commit 63e0b53054
4 changed files with 4 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ You probably don't care about this section - skip to the next one.
* implement 'get channels' Admin plugin operation
* use get-channels from python
* use set-channel from python
* combine acks and responses in a single message if possible
* combine acks and responses in a single message if possible (do routing plugin LAST and drop ACK if someone else has already replied)
* use portuino TCP connection to debug with python API
* make python tests more exhaustive
* document the relationship between want_response (indicating remote node received it) and want_ack (indicating that this message should be sent reliably - and also get acks from the first rx node and naks if it is never delivered)