Files
darkfi/bin/map
lunar-mining 89371962fe map: backtracked and removed Mutex due to async rendering error
ui() needs a mutable reference or Mutex but cannot be async due to
synchronous capture:

   terminal.draw(|f| {
       ui::ui(f, app.clone());
   })?;
2022-02-05 10:40:42 +01:00
..
2022-01-07 14:00:57 +01:00

map

a simple tui to explore darkfi ircd network topology.
lists all active nodes, their connections and recent messages.