reticulum-cpp/src
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
..
Cryptography WIP: Fixes, optimizations, and more Transport 2023-12-02 08:52:45 -07:00
Interfaces WIP: Fixed archictectural flaw with Interfaces 2023-12-03 16:43:53 -07:00
Test WIP: Fixed archictectural flaw with Interfaces 2023-12-03 16:43:53 -07:00
Utilities WIP: Fixes, optimizations, and more Transport 2023-12-02 08:52:45 -07:00
Bytes.cpp WIP: Refactor pointer/reference style. 2023-11-20 10:51:56 -07:00
Bytes.h WIP: Added super basic UDP interface for testing 2023-11-26 18:10:46 -07:00
Destination.cpp WIP: Fixed archictectural flaw with Interfaces 2023-12-03 16:43:53 -07:00
Destination.h WIP: Fixed archictectural flaw with Interfaces 2023-12-03 16:43:53 -07:00
Identity.cpp WIP: Fixes, optimizations, and more Transport 2023-12-02 08:52:45 -07:00
Identity.h WIP: Fixes, optimizations, and more Transport 2023-12-02 08:52:45 -07:00
Interface.cpp WIP: Fixed archictectural flaw with Interfaces 2023-12-03 16:43:53 -07:00
Interface.h WIP: Fixed archictectural flaw with Interfaces 2023-12-03 16:43:53 -07:00
Link.cpp WIP: Fixes, optimizations, and more Transport 2023-12-02 08:52:45 -07:00
Link.h WIP: Fixes, optimizations, and more Transport 2023-12-02 08:52:45 -07:00
Log.cpp WIP: Fixes, optimizations, and more Transport 2023-12-02 08:52:45 -07:00
Log.h WIP: Added super basic UDP interface for testing 2023-11-26 18:10:46 -07:00
main.cpp WIP: Fixed archictectural flaw with Interfaces 2023-12-03 16:43:53 -07:00
Packet.cpp WIP: Fixes, optimizations, and more Transport 2023-12-02 08:52:45 -07:00
Packet.h WIP: Fixes, optimizations, and more Transport 2023-12-02 08:52:45 -07:00
Reticulum.cpp WIP: Fixes, optimizations, and more Transport 2023-12-02 08:52:45 -07:00
Reticulum.h WIP: Fixes, optimizations, and more Transport 2023-12-02 08:52:45 -07:00
Transport.cpp WIP: Fixed archictectural flaw with Interfaces 2023-12-03 16:43:53 -07:00
Transport.h WIP: Fixes, optimizations, and more Transport 2023-12-02 08:52:45 -07:00
Type.h WIP: Fixes, optimizations, and more Transport 2023-12-02 08:52:45 -07:00