Ubuntu 20.04 LTS

This installation requires python3 and pip3. Ensure that python3 version is greater than or equal to 3.6.

High-Level Dependencies

  • python >= 3.6

  • pip3

Install Dependencies

Before downloading and using trafficmodelmaker ensure that you have the following python libraries installed on the device on which you intend to run trafficmodelmaker:

First install pcap2csv and trafficdatasetmaker using the link, and the instructions linked here.

Get trafficmodelmaker

trafficmodelmaker source can be downloaded from here.

Install trafficmodelmaker

Once downloaded, unzip using appropriate commands, change into the unzipped directory and install with pip using the command:

pip3 install -e .

trafficmodelmaker can be used as demonstrated in Walk Through Example - Creating Network Traffic Models With trafficmodelmaker