diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-07-12 16:03:51 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-07-12 16:03:51 +0200 |
commit | 28602ca09537f6372855d0f926b2ef712f01a4c0 (patch) | |
tree | e2820b4a8bdd7953619c7bb8577124995226b29d /README.md | |
parent | b5d4da879364da01df075937a27ec86573a1a08b (diff) |
README update
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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: - - +Why not use `examples/py-flow-dashboard/flow-dash.py` to visualize nDPId's output. |