WIP: Port of Reticulum Network Stack to C++ specifically but not exclusively targeting ESP32 and better MCUs.
Go to file
attermann f9a679ffc2 WIP: Initial implementation of persistence
Persistence implemented with the help of the ArduinoJson library using
MessagePack format.
2023-12-05 11:06:49 -07:00
lib Initial commit 2023-10-06 17:24:48 -06:00
src WIP: Initial implementation of persistence 2023-12-05 11:06:49 -07:00
test WIP Update 2023-10-07 01:03:15 -06:00
.gitignore Initial commit 2023-10-06 17:24:48 -06:00
library.json WIP: Initial implementation of persistence 2023-12-05 11:06:49 -07:00
LICENSE Initial commit 2023-10-06 17:14:50 -06:00
platformio.ini WIP: Initial implementation of persistence 2023-12-05 11:06:49 -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.