monsieurpapa / TCPtimings

A python script that measures TCP timings to infer user's Web QoE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCPtimings

A python script that measures TCP timings to infer user's Web QoE .

Instructions :

#ALL AT ONCE : Run the following command .

git clone https://github.com/monsieurpapa/TCPtimings && cd TCPtimings && pip install -r requirements.txt && python TCP_timings.py

#STEP BY STEP

    • Clone the repository / Or download this repo as a Zip File:

git clone https://github.com/monsieurpapa/TCPtimings

  • GO to the cloned repo : cd TCPtimings
  1. Install the requirements by executing the command below :

pip install -r requirements.txt

  1. Execute the script with :

python TCP_timings.py

Two files $(date)_globaladata.csv`` and ``$(date)_localdata.csv will be created in a minute or so .

Please send us the two files on this email : dieudonneishara@gmail.com

About

A python script that measures TCP timings to infer user's Web QoE


Languages

Language:Python 100.0%