diff options
| author | Your Name <you@example.com> | 2026-05-17 02:48:19 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-17 02:48:19 +0530 |
| commit | b0d7394e089f00a9ffa67a2b33a502e47b778a93 (patch) | |
| tree | d255d6d852a0a091220ae77556a6ed598d7d9f74 /.gitignore | |
| parent | 32844ac7c4a135659714aabf7d2414f156176d72 (diff) | |
interop: ESP32 ↔ OpenWRT TollGate cross-platform test suite
- interop/Makefile: 10 targets for 4 test scenarios
- interop-status: show device status for all devices
- interop-laptop-esp32: laptop pays ESP32 with V3 token
- interop-laptop-openwrt: laptop pays OpenWRT with V4 token
- interop-openwrt-esp32: OpenWRT daemon auto-pays ESP32 upstream
- interop-esp32-esp32: cross-board payment (needs Board B)
- interop-setup/cleanup: mint alignment + wallet funding
- INTEROP_PLAN.md: full test plan with scenarios and token format details
- PROGRESS.md: checklist of setup/interop tasks
- AGENTS.md: standing instructions for interop testing
- routers.env.example: device config template
- Verified interop-status against real hardware (OpenWRT + ESP32 Board A)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -19,3 +19,4 @@ tests/unit/test_identity | |||
| 19 | tests/unit/test_nostr_event | 19 | tests/unit/test_nostr_event |
| 20 | tests/unit/test_cashu | 20 | tests/unit/test_cashu |
| 21 | tests/unit/test_session | 21 | tests/unit/test_session |
| 22 | interop/routers.env | ||