MacOS X 10.15.5

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

  • pdflatex

Install Dependencies

First install pdflatex using appropriate command based on your OS platform.

For MacOS, follow instructions at https://www.tug.org/mactex/ to download and install either MacTex or BasicTex. (both contains pdflatex for MacOS, but BasicTex has a smaller download and installation size).

Second install pcap2csv and trafficdatasetmaker using instructions at this link, and here.

Get traffic_metrics

traffic_metrics source can be downloaded from the UH Netlab link.

Install traffic_metrics

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

pip3 install -e .

traffic_metrics can be used as demonstrated in Usage - Analyzing network traces with traffic_metrics.