First attempt

This commit is contained in:
2026-05-08 17:48:16 +02:00
commit 5e77dc836b
36 changed files with 4806 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
// network.cpp — orchestrator/watchdog implementation details.
// Most of the Network class is header-only (template-heavy).
// Non-template implementation lives here once the watchdog grows
// beyond the stub in network.hpp.
#include <kpn/network.hpp>