upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/components/tollgate_core/idf_component.yml
diff options
context:
space:
mode:
authorYour Name <you@example.com>2026-05-19 16:30:37 +0530
committerYour Name <you@example.com>2026-05-19 16:30:37 +0530
commit6a61810943a9bb7df9c4ec48cdefbe54ac9c1275 (patch)
treeb12a88dbd3ca0f2e277aadd1a4b1aacc2dd9a682 /components/tollgate_core/idf_component.yml
parent62bce81d26994bd242035905c94d611cf956bd37 (diff)
feat: add tollgate_core ESP-IDF component with mining support
Cherry-picked component skeleton from feature/tollgate-core-component arch branch, extended with mining payment and stratum proxy modules. Component structure: components/tollgate_core/ include/tollgate_core.h — public API (core + mining) include/tollgate_platform.h — platform interface (config + mining callbacks) src/tollgate_core.c — orchestrator (init, payment, tick, owner) src/tollgate_core_cashu.c/h — Cashu V3 token decode/verify src/tollgate_core_dns.c/h — per-client DNS hijack/forward src/tollgate_core_firewall.c/h — per-client NAT filter src/tollgate_core_session.c/h — session lifecycle src/tollgate_core_mining.c/h — hashprice, share validation, client stats src/tollgate_core_stratum_proxy.c/h — local SV1 TCP server idf_component.yml — IDF Component Manager metadata Also fixes nucula_src save_proofs visibility (public). idf.py build: PASS make test-unit: PASS (19 suites, 344+ assertions)
Diffstat (limited to 'components/tollgate_core/idf_component.yml')
-rw-r--r--components/tollgate_core/idf_component.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/components/tollgate_core/idf_component.yml b/components/tollgate_core/idf_component.yml
new file mode 100644
index 0000000..112aa18
--- /dev/null
+++ b/components/tollgate_core/idf_component.yml
@@ -0,0 +1,6 @@
1version: "1.0.0"
2description: TollGate core component — Cashu payment processing, per-client DNS/firewall, session management for paid WiFi hotspots
3url: https://github.com/nicoulaj/esp32-tollgate
4dependencies:
5 idf:
6 version: ">=5.4.0"