json2tlv instruction and fixes

This commit is contained in:
cardigliano 2019-08-23 19:13:25 +02:00
parent 41f21963ab
commit e82d347e3a
2 changed files with 12 additions and 4 deletions

View file

@ -5,3 +5,10 @@ json2tlv is a utility for converting a JSON file containing an array of flow rec
to the TLV format (implemented in nDPI). This tool is able to serialize and export
TLV records over ZMQ. This is meant to be used for functional and performance tests.
Example with json2tlv reading a JSON file with flows and generating TLV records in a
loop to a local instance of ntopng:
# json2tlv -i flows.json -z tcp://*:5556 -E 10000
# ntopng -i tcp://127.0.0.1:5556