attermann c39e9e7fee WIP: Fixed archictectural flaw with Interfaces
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.
2023-12-03 16:43:53 -07:00
2023-10-06 17:24:48 -06:00
2023-10-07 01:03:15 -06:00
2023-10-06 17:24:48 -06:00
2023-10-06 17:14:50 -06:00
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.

Description
WIP: Port of Reticulum Network Stack to C++ specifically but not exclusively targeting ESP32 and better MCUs.
Readme Apache-2.0 245 KiB
Languages
C++ 100%