From 5c1d8b5bb091257b3da7303048c79a4a1ebdbca9 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Wed, 31 Mar 2021 09:13:41 +0800 Subject: [PATCH] todo updates --- docs/software/TODO.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/software/TODO.md b/docs/software/TODO.md index cbd32ca0..9ade0f71 100644 --- a/docs/software/TODO.md +++ b/docs/software/TODO.md @@ -4,10 +4,12 @@ You probably don't care about this section - skip to the next one. ## before next release -* sendtext busted in portduino, due to bytetime calculations -* don't store User admin or position broadcasts in the ToPhone queue +* fix github actions per sasha tip +* have simulator save state in ~/.meshtastic/native +* DONE sendtext busted in portduino, due to bytetime calculations +* remove linux dependency in native build * DONE tcp stream problem in python+pordtuino, server thinks client dropped when client DID NOT DROP -* TCP mode for android, localhost is at 10.0.2.2 +* DONE TCP mode for android, localhost is at 10.0.2.2 * make sure USB still works in android * add portduino builds to zip * add license to portduino and make announcement @@ -151,6 +153,7 @@ You probably don't care about this section - skip to the next one. For app cleanup: +* don't store redundant User admin or position broadcasts in the ToPhone queue (only keep one per sending node per proto type, and only most recent) * use structured logging to kep logs in ram. Also send logs as packets to api clients * DONE writeup nice python options docs (common cases, link to protobuf docs) * have android app link to user manual