aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
-rw-r--r--examples/py-flow-dashboard/dashboard.pngbin85964 -> 0 bytes
2 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index eb30b1b51..eb54f0d58 100644
--- a/README.md
+++ b/README.md
@@ -114,6 +114,11 @@ Generate a nDPId compatible JSON dump:
Daemons:
```shell
+make -C [path-to-a-build-dir] daemon
+```
+
+or
+```shell
./nDPIsrvd -d
sudo ./nDPId -d
```
@@ -159,6 +164,4 @@ Remember that all test results are tied to a specific libnDPI commit hash
as part of the `git submodule`. Using `test/run_tests.sh` for other commit hashes
will most likely result in PCAP diff's.
-Why not use `examples/py-flow-dashboard/flow-dash.py` to visualize nDPId's output:
-
-![dashboard](examples/py-flow-dashboard/dashboard.png "Plotly/Dash Example")
+Why not use `examples/py-flow-dashboard/flow-dash.py` to visualize nDPId's output.
diff --git a/examples/py-flow-dashboard/dashboard.png b/examples/py-flow-dashboard/dashboard.png
deleted file mode 100644
index e5b5ac9af..000000000
--- a/examples/py-flow-dashboard/dashboard.png
+++ /dev/null
Binary files differ