get Network Status from API #777

Open
opened 2015-02-06 17:54:05 +01:00 by davidak · 1 comment
davidak commented 2015-02-06 17:54:05 +01:00 (Migrated from github.com)

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.

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.
Atheros1 commented 2015-02-06 23:32:00 +01:00 (Migrated from github.com)

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.

{
    "numberOfBroadcastsProcessed": 5,
    "networkStatus": "connectedButHaveNotReceivedIncomingConnections",
    "softwareName": "PyBitmessage",
    "softwareVersion": "0.4.4",
    "networkConnections": 8,
    "numberOfMessagesProcessed": 84,
    "numberOfPubkeysProcessed": 3
}
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. ``` { "numberOfBroadcastsProcessed": 5, "networkStatus": "connectedButHaveNotReceivedIncomingConnections", "softwareName": "PyBitmessage", "softwareVersion": "0.4.4", "networkConnections": 8, "numberOfMessagesProcessed": 84, "numberOfPubkeysProcessed": 3 } ```
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2025-02-25#777
No description provided.