WIP: Port of Reticulum Network Stack to C++ specifically but not exclusively targeting ESP32 and better MCUs.
Go to file
attermann 642486ac7e WIP: Fixes, optimizations, and more Transport
Changed all time references to use decimal seconds to match Python
reference implementation.
Fixed memory issues caused by storing references to objects instead of
copies.
More implementation of Transport logic.
This is the first build that fully implements end-to-end path finding
and routing.
2023-12-02 08:52:45 -07:00
lib Initial commit 2023-10-06 17:24:48 -06:00
src WIP: Fixes, optimizations, and more Transport 2023-12-02 08:52:45 -07:00
test WIP Update 2023-10-07 01:03:15 -06:00
.gitignore Initial commit 2023-10-06 17:24:48 -06:00
LICENSE Initial commit 2023-10-06 17:14:50 -06:00
platformio.ini WIP: Fixes, optimizations, and more Transport 2023-12-02 08:52:45 -07:00
README.md Updated README 2023-10-10 14:13:27 -06:00

reticulum-cpp

WIP: Port of Reticulum Network Stack to C++ specifically but not exclusively targeting 32-bit and better MCUs.