feat(web): add /api/node-info endpoint for on-demand node detail queries #3

Merged
KNEMC merged 1 commits from SerinaNya/KLALB:patch-3 into master 2026-08-26 21:31:49 +08:00
Contributor
  • Expose GET /api/node-info?address= endpoint in KLALBWebServer
  • Return local deviceName and deviceDescription immediately for self node
  • Perform asynchronous full node-info query (NODE_INFO_FULL_REQ) via
    KLALBRoutingProtocolAPIClient for remote nodes with 3s timeout fallback
- Expose GET /api/node-info?address=<ipv6> endpoint in KLALBWebServer - Return local deviceName and deviceDescription immediately for self node - Perform asynchronous full node-info query (NODE_INFO_FULL_REQ) via KLALBRoutingProtocolAPIClient for remote nodes with 3s timeout fallback
SerinaNya added 1 commit 2026-08-26 21:28:24 +08:00
- Expose GET /api/node-info?address=<ipv6> endpoint in KLALBWebServer
- Return local deviceName and deviceDescription immediately for self node
- Perform asynchronous full node-info query (NODE_INFO_FULL_REQ) via
  KLALBRoutingProtocolAPIClient for remote nodes with 3s timeout fallback
KNEMC approved these changes 2026-08-26 21:31:43 +08:00
KNEMC merged commit cc803f47a7 into master 2026-08-26 21:31:49 +08:00
Sign in to join this conversation.
No Reviewers
No labels
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KNEMC/KLALB#3