From 4c47ae188b288e7d24bd9566ab3e6a6805d9484f Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 16 May 2026 23:55:05 +0530 Subject: Phase 3: Nostr identity derivation + wifistr service discovery MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add identity.c/h: HMAC-SHA512 derivation from nsec → npub, STA/AP MAC, SSID, AP IP - Add nostr_event.c/h: NIP-01 event serialization + Schnorr signing (BIP-340) - Add geohash.c/h: lat/lon to geohash encoding - Add wifistr.c/h: kind 38787 event builder + WebSocket publish to Nostr relays - Update config.c/h: nsec-based identity, Nostr relay/geo config, remove static SSID/IP - Replace custom mbedTLS wallet with nucula library (libsecp256k1) - Remove wallet.c/h, wallet_persist.c/h (replaced by nucula_lib component) - Verified on Board A: derived SSID, captive portal, payment, wallet, wifistr publish --- nucula_src | 1 + 1 file changed, 1 insertion(+) create mode 160000 nucula_src (limited to 'nucula_src') diff --git a/nucula_src b/nucula_src new file mode 160000 index 0000000..0ecd83c --- /dev/null +++ b/nucula_src @@ -0,0 +1 @@ +Subproject commit 0ecd83c404455b0885b35e15eb1d7f5447bc4892 -- cgit v1.2.3