|
|
hace 4 años | |
|---|---|---|
| .. | ||
| src | hace 4 años | |
| Cargo.toml | hace 4 años | |
| README.md | hace 4 años | |
| dnetview_config.toml | hace 4 años | |
A simple tui to explore darkfi ircd network topology.
dnetview displays:
dnetview is based on the design-pattern Model, View, Controller. We create a logical seperation between the underlying data structure or Model; the ui rendering aspect which is the View; and the Controller or game engine that makes everything run.
% git clone https://github.com/darkrenaissance/darkfi
% cd darkfi
% make BINS=dnetview
Run dnetview as follows:
dnetview -v
On first run, dnetview will create a config file in .config/darkfi. You must manually enter the RPC ports of the nodes you want to connect to and title them as you see fit.
Dnetview creates a logging file in /tmp/dnetview.log. To see json data and other debug info, tail the file like so:
tail -f /tmp/dnetview.log
Or use multitail for colored output:
multitail -c /tmp/dnetview.log