feat(fapp): add integration demo + update status

examples/fapp_demo.rs:
- Therapist publishes SlotAnnounce
- Relay caches and handles query
- Patient sends SlotQuery, gets response
- Shows full FappRouter API flow

docs/status.md:
- Updated FAPP integration status
- FappRouter now implemented
- Remaining: multi-node test, SlotReserve/Confirm, LoRa
This commit is contained in:
2026-04-01 07:52:01 +02:00
parent 65ce5aec18
commit dd2041df20
3 changed files with 167 additions and 9 deletions

View File

@@ -39,3 +39,7 @@ thiserror = { workspace = true }
[dev-dependencies]
tempfile = "3"
[[example]]
name = "fapp_demo"
path = "../../examples/fapp_demo.rs"