From b896eef3bb56171e62b09b122eb10e73dda27326 Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet Date: Fri, 16 Jan 2015 11:30:10 -0800 Subject: [PATCH] Moved out d3view d3view is now in its own repo: https://github.com/jbenet/ipfs-diag-net-d3-vis This is so we can iterate on it quickly without having to needlessly waste CI resources. The repo also installs it for you: ```sh git clone github.com/jbenet/ipfs-diag-net-d3-vis d3view cd d3view sudo make install ``` --- diagnostics/README.md | 16 +++ diagnostics/d3/chord.html | 226 -------------------------------------- diagnostics/d3/d3view | 24 ---- diagnostics/d3/force.html | 59 ---------- 4 files changed, 16 insertions(+), 309 deletions(-) create mode 100644 diagnostics/README.md delete mode 100644 diagnostics/d3/chord.html delete mode 100755 diagnostics/d3/d3view delete mode 100644 diagnostics/d3/force.html diff --git a/diagnostics/README.md b/diagnostics/README.md new file mode 100644 index 000000000..41c9cc2e7 --- /dev/null +++ b/diagnostics/README.md @@ -0,0 +1,16 @@ +# ipfs diagnostics + +Usage: +```sh +ipfs diag net [--vis=] +``` + + +## view in d3 + +Install https://github.com/jbenet/ipfs-diag-net-d3-vis then: + +``` +> ipfs diag net --vis=d3 | d3view +http://ipfs.benet.ai:8080/ipfs/QmX8PuUyhSet8fppZHuRNxG7vk949z7XDxnsAz3zN77MGx#QmdhRqGea2QEzyKHG9Zhkc12d2994iah1h47tfHJifuzhT +``` diff --git a/diagnostics/d3/chord.html b/diagnostics/d3/chord.html deleted file mode 100644 index 9f5b311d8..000000000 --- a/diagnostics/d3/chord.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - -
-

IPFS TestNet

-ipfs.io - nodes -
- - - diff --git a/diagnostics/d3/d3view b/diagnostics/d3/d3view deleted file mode 100755 index 66b0057a5..000000000 --- a/diagnostics/d3/d3view +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -# put stdin in temp file -file=`mktemp -t d3view` -cat >"$file" - -# add file to ipfs -hash=$(ipfs add -q "$file" /dev/null - -# output the url at the gateway -url="$gatewayHTTP/ipfs/$viewer#$hash" -echo "$url" diff --git a/diagnostics/d3/force.html b/diagnostics/d3/force.html deleted file mode 100644 index 03251ca65..000000000 --- a/diagnostics/d3/force.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - -

Ipfs Visualization

- -