add first cut of mesh naive flooding

This commit is contained in:
geeksville
2020-04-17 11:52:20 -07:00
parent 6afeb3e456
commit ea24394110
8 changed files with 117 additions and 18 deletions

View File

@@ -5,7 +5,7 @@
/**
* Router todo
*
* Implement basic interface and use it elsewhere in app
* DONE: Implement basic interface and use it elsewhere in app
* Add naive flooding mixin (& drop duplicate rx broadcasts), add tools for sending broadcasts with incrementing sequence #s
* Add an optional adjacent node only 'send with ack' mixin. If we timeout waiting for the ack, call handleAckTimeout(packet)
* Add DSR mixin
@@ -22,8 +22,6 @@
MemoryPool<MeshPacket> packetPool(MAX_PACKETS);
Router router;
/**
* Constructor
*