libertaria-stack/capsule-core
Voxis e8943a7802 fix(discovery): use real node_id instead of placeholder
- Added node_id field to DiscoveryService struct
- Updated init() to accept node_id parameter
- announce() now broadcasts actual node_id in hex format
- Previously used 'node-id-placeholder' which broke peer discovery
- Both nodes now announce unique IDs for mDNS discovery

Status: Code fixed, testing in progress
- mDNS listeners confirmed active (port 5353)
- Need to verify mDNS packet reception
2026-02-16 05:46:28 +01:00
..
src fix(discovery): use real node_id instead of placeholder 2026-02-16 05:46:28 +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