Real-time IPv6/UDP/TCP-lite stack with deterministic timing and static memory, now runnable on desktop via host stubs.
- Deterministic paths (bounded loops, no heap)
- IPv6 + ICMPv6 (NDP), UDP, simplified TCP-lite, mDNS
- Static buffers and QoS-aware TX selection
- Host stubs for local testing (no hardware required)
cmake -S . -B build -DRTNS_USE_PLATFORM_STUBS=ON -DRTNS_BUILD_EXAMPLES=ON
cmake --build build --config Debug
.\build\Debug\rtns_desktop_demo.exeexamples/desktop_demo– UDP/TCP/mDNS demo with stats printoutexamples/udp_echo_server– echo skeletonexamples/tcp_http_client– simple TCP GET flowexamples/mdns_discovery– service query demo
- Integration guide:
docs/integration.md - API:
docs/api_reference.md - Architettura:
docs/architecture.md - Verifica:
docs/VERIFICATION_REPORT.md
cmake -S . -B build -DRTNS_USE_PLATFORM_STUBS=ON
cmake --build build --config Debug
.\build\Debug\rtns_tests.exe