diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-08-15 13:08:57 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-08-15 13:08:57 +0200 |
commit | 3080fff9a35e363d7db7d9b16f1233ad2a0c0cd4 (patch) | |
tree | ebc601ef949f3f3c44226fb875355ddedb4ed3f2 /README.md | |
parent | 84448d5e4e9207835c62fd19a4109f07ad5ca595 (diff) |
yet another README.md update
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -75,10 +75,24 @@ make all examples Daemons: ```shell ./nDPIsrvd -d -./nDPId -d +sudo ./nDPId -d +``` + +or for a usage printout: +```shell +./nDPIsrvd -h +./nDPId -h ``` And why not a flow-info example? +Run ```shell ./examples/py-flow-info/flow-info.py ``` + +or +```shell +./examples/c-json-stdout/c-json-stdout +``` + +or anything below `./examples`. |