diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-08-07 15:21:24 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-08-07 15:21:24 +0200 |
commit | 9ae4aa7ce95ef88eb0933a96608fe0c7726c0797 (patch) | |
tree | 7df0b3c51e93df2fe885068b08e32f45e91f6c06 /README.md | |
parent | 79e4fc9bfe04043c362d36d0ee21c934e5270ecb (diff) |
flow-info.py overhaul, terminal color support, ndpi protocol/category/flow-risk output
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -11,7 +11,7 @@ This value serves as unique identifier for the processing thread. Multithreaded nDPId uses libnDPI's JSON serialization to produce meaningful JSON output which it then sends to the nDPIsrvd for distribution. High level applications can connect to nDPIsrvd to get the latest flow/packet events from nDPId. -TODO: Provide some sort of authentication for connecting distributor clients (somehow very critical). +TODO: Provide some sort of AEAD for connecting distributor clients via TCP (somehow very critical). # architecture @@ -24,7 +24,7 @@ _______________________ ________________ | | | nDPIsrvd | | | | nDPId --- Thread 1 >| ---> |> | <| <--- |< example/c-json-stdout | | `- Thread 2 >| ---> |> collector | distributor <| <--- |< example/py-flow-info | -| `- Thread N >| ---> |> | <| <--- | | +| `- Thread N >| ---> |> | <| <--- | ... | |_____________________| ^ |____________|______________| ^ |________________________| | | `- connect to UNIX socket `- connect to TCP socket @@ -64,13 +64,13 @@ make all examples # run -Daemon mode: +Daemons: ```shell ./nDPIsrvd -d ./nDPId -d ``` -And why not a simple flow-info example: +And why not a flow-info example? ```shell ./examples/py-flow-info/flow-info.py ``` |