get Network Status from API #777
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
all informations from the "Network Status" Tab
i want to deploy a headless node with a webinterface to show the processed messages/public keys, transferred data and inventory lookups with a nice realtime graph.
That sounds fun.
Most of this exists under 'clientStatus'
https://bitmessage.org/wiki/API_Reference
Unfortunately, currently, only the UI thread keeps track of the total transferred data and the inventory lookups so getting it into the API would require some effort.