mirror of
https://github.com/markqvist/reticulum-cpp.git
synced 2024-10-01 02:55:46 -04:00
WIP: Port of Reticulum Network Stack to C++ specifically but not exclusively targeting ESP32 and better MCUs.
c39e9e7fee
Fixed packet transmit issue caused by fundamental issue of attempting to send on a copy of an interface which is not properly associated with the actual method overrides of the derived class (the interface implementation). Fix was to use methods in the Object data to callback to the original (implementation) instance of the object. General clean-up to remove some early testing code. |
||
---|---|---|
lib | ||
src | ||
test | ||
.gitignore | ||
LICENSE | ||
platformio.ini | ||
README.md |
reticulum-cpp
WIP: Port of Reticulum Network Stack to C++ specifically but not exclusively targeting 32-bit and better MCUs.