this adds an lnd HTTP client able to make some queries like getinfo. the daemon then uses the client to compose a lightning status report and sends it over to ngui through comms, periodically.
the GUI picks it up and visualizes the data on the lightning tab:
this adds an lnd HTTP client able to make some queries like getinfo. the daemon then uses the client to compose a lightning status report and sends it over to ngui through comms, periodically.
the GUI picks it up and visualizes the data on the lightning tab:
![image](/attachments/1f91ac7e-09ac-4c25-ad4a-9d2a4e4e0859)
updates https://git.qcode.ch/nakamochi/ndg/issues/10
similarly to 2642a554, this adds an lnd HTTP client able to make some
queries like getinfo. the daemon then uses the client to compose a
lightning status report and sends it over to ngui through comms,
periodically.
there's also a client playground built on demand with
"zig build lndhc".
ci/woodpecker/pr/woodpecker Pipeline was successfulDetails
ci/woodpecker/push/woodpecker Pipeline was successfulDetails
similarly to 0260d477, the lightning tab has now some basic info
including channels list.
the gui playground is updated to send some stub data via comms
periodically.
this adds an lnd HTTP client able to make some queries like getinfo. the daemon then uses the client to compose a lightning status report and sends it over to ngui through comms, periodically.
the GUI picks it up and visualizes the data on the lightning tab:
updates #10
05c89bbd1c
into master manually 1 year ago