Files
fips/docs/design
Johnathan Corgan c2ba0e3fcb Add FIPS software architecture document
Create comprehensive architecture document covering:
- Core entities: Node, Transport, Link, Peer hierarchy
- Transport vs Link distinction (interface vs connection)
- State machines for Transport, Link, and Peer lifecycles
- Reference transport types: UDP/IP, Ethernet, WiFi, Tor
- Spanning tree and Bloom filter state requirements
- Self-healing protocol design (no ack/retry needed)
- Leaf-only operation for constrained devices
- Comprehensive sysctl-style configuration reference

Also add architecture review document capturing identified
issues to resolve before implementation begins.
2026-01-29 16:36:46 +00:00
..
2026-01-26 00:12:47 +00:00

FIPS Design Documents

Protocol design specifications and analysis.

Document Description
fips-design.md Full protocol design specification
fips-links.md Link protocol requirements and characteristics
fips-routing.md Routing, Bloom filters, discovery, sessions
spanning-tree-dynamics.md Spanning tree protocol dynamics study