From 3b8d33dd24e9dac0557c74e6d84ca1d85d3da6b8 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sat, 2 Jun 2018 13:47:32 +0100 Subject: [PATCH] Update admin.md --- admin.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin.md b/admin.md index eef5be1..16af6fa 100644 --- a/admin.md +++ b/admin.md @@ -23,6 +23,11 @@ To get the JSON response body instead of a "friendly" output, specify the `-json yggdrasilctl -json getSwitchPeers ``` +To draw a map of a node's view of the network, install Graphviz onto your system and use `dot`: +``` +yggdrasilctl dot | dot -Tpng -o map.png +``` + ## Admin Socket The Yggdrasil admin socket uses JSON for request and response formats.