libertaria-stack/capsule-core
Voxis 44defaacd9 feat(discovery): enhance handlePacket parser for real peer identification
- Parse DNS Answer section properly (skip Question section)
- Extract PTR record RDATA with node_id in hex format
- Convert hex string back to bytes for peer_id
- Filter own node_id to avoid self-discovery
- Add logging for peer discovery events
- Fix peer_id size to match announce format ([8]u8)

M0.0.1 Enhancement: Nodes now extract real peer IDs from mDNS packets
instead of using mock_did. Ready for two-node discovery testing.
2026-02-16 08:21:08 +01:00
..
src feat(discovery): enhance handlePacket parser for real peer identification 2026-02-16 08:21:08 +01:00
build.zig feat(relay): Implement RelayPacket and onion wrapping logic 2026-01-31 18:11:09 +01:00
build.zig.zon feat(relay): Implement RelayPacket and onion wrapping logic 2026-01-31 18:11:09 +01:00
verify_cli.sh feat(capsule): Admin CLI & Emergency Lockdown 2026-01-31 10:41:38 +01:00