https://github.com/oxheadalpha/tezos-net-viz
Tools for visualizing Tezos networks
https://github.com/oxheadalpha/tezos-net-viz
Last synced: 15 days ago
JSON representation
Tools for visualizing Tezos networks
- Host: GitHub
- URL: https://github.com/oxheadalpha/tezos-net-viz
- Owner: oxheadalpha
- License: other
- Created: 2020-09-15T16:27:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T21:15:43.000Z (over 5 years ago)
- Last Synced: 2025-02-23T17:46:42.171Z (over 1 year ago)
- Language: Python
- Size: 40 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tezos-net-viz
Generates graphs displaying how tezos nodes are connected to each other. Works
by querying a given tezos node for its peers, and recursively crawling each node
its connected to.
```sh
usage: tezos_net_viz [-h] [--rpc-port RPC_PORT] [--timeout TIMEOUT]
[--refresh-interval REFRESH_INTERVAL]
endpoint
positional arguments:
endpoint ip address or domain of tezos node to start exploring from
optional arguments:
-h, --help show this help message and exit
--rpc-port RPC_PORT rpc port of every node to explore
--timeout TIMEOUT connection timeout
--refresh-interval REFRESH_INTERVAL
time until graph refresh
```
Example graph in a 5-node private chain:
