summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-12-16 20:04:12 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-12-16 20:05:15 +0100
commitd6ce26104985c313a2795487769e7109657dcb79 (patch)
tree4bda5cf8c0fa6ab29c917b6c468e8558551e93f8
parent8fc175e6c34c66d7c0cdadc60ed71de6166dd59d (diff)
TODO: add it
-rw-r--r--TODO.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..344a6ff
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,13 @@
+# TODO
+
+- Control the ACK of the ACK (End device confirming an ACK): This requires
+ something acting as a Network Server
+- Channel control -> IMPORTANT helps us to make the smart channel allocator
+- Time-on-air
+- Packets:
+ - identify from/to
+ - identify packets (sequence number goes up in lorawan even in
+ retransmissions)
+- Fix interference calculation -> IMPORTANT
+- Signal strength, location and rssi (complex, just an extra)
+- Make logger concurrency-friendly -> IMPORTANT