From ce21859ada7da5529da046b643be0719cb6201e1 Mon Sep 17 00:00:00 2001 From: geeksville Date: Fri, 27 Mar 2020 12:08:05 -0700 Subject: [PATCH] toto updates --- docs/software/TODO.md | 1 + docs/software/mesh-alg.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/software/TODO.md b/docs/software/TODO.md index 01a939fe1..38523a33b 100644 --- a/docs/software/TODO.md +++ b/docs/software/TODO.md @@ -17,6 +17,7 @@ Items to complete soon (next couple of alpha releases). Items to complete before the first beta release. +- possibly switch to https://github.com/SlashDevin/NeoGPS for gps comms - good source of battery/signal/gps icons https://materialdesignicons.com/ - research and implement better mesh algorithm - investigate changing routing to https://github.com/sudomesh/LoRaLayer2 ? - check fcc rules on duty cycle. we might not need to freq hop. https://www.sunfiretesting.com/LoRa-FCC-Certification-Guide/ diff --git a/docs/software/mesh-alg.md b/docs/software/mesh-alg.md index 193f0aef9..d0935d34f 100644 --- a/docs/software/mesh-alg.md +++ b/docs/software/mesh-alg.md @@ -10,7 +10,7 @@ TODO: * DONE read about mesh routing solutions (DSR and AODV) * DONE read about general mesh flooding solutions (naive, MPR, geo assisted) * DONE reread the disaster radio protocol docs - seems based on Babel (which is AODVish) -* possibly dash7? https://www.slideshare.net/MaartenWeyn1/dash7-alliance-protocol-technical-presentation https://github.com/MOSAIC-LoPoW/dash7-ap-open-source-stack +* possibly dash7? https://www.slideshare.net/MaartenWeyn1/dash7-alliance-protocol-technical-presentation https://github.com/MOSAIC-LoPoW/dash7-ap-open-source-stack - does the opensource stack implement multihop routing? flooding? their discussion mailing list looks dead-dead * update duty cycle spreadsheet for our typical usecase * generalize naive flooding on top of radiohead or disaster.radio? (and fix radiohead to use my new driver)