Skip to content
  • Philipp Winter's avatar
    Adding scripts to process bridge-side pcap files · ee8b916e
    Philipp Winter authored and Cecylia Bocovich's avatar Cecylia Bocovich committed
    Here's how the scripts work:
    
        1. Adapt the variables CLIENT_TUPLE and SERVER_TUPLE in infer-throughput.py.
        2. Run the script: python infer-throughput.py download.pcap > download.csv
        3. Plot the results: Rscript plot-throughput.R download.csv
    ee8b916e