Skip to content

jin8/Network-Protocol-QUIC-Measurement-Study

Repository files navigation

CS442 Project

Team Mobsters - Sungjin Hong, Jinmyeong Kwak and Jinsuk Lim

Installation guide:
OS: Ubuntu 14.04 LTS (64 bit)

  • Our proxy is designed in Google's Go programming language. Install Go by following the guideline here: https://golang.org/doc/install
  • Compile proxy.go by running:
    go install proxy.go
  • Run the output binary with the root privilege.
  • From a separate terminal, install Python's Selenium library:
    pip install selenium
  • Connect your mobile device to the desktop and go to Settings > Tethering and Mobile Hotspot and check USB tethering.
  • Disconnect from your desktop's default network to use the device's network. Our device, Nexus 5, has the additional option to set the preferred mode of networking (WiFi, LTE and 3G). If this is not your case, you may turn on the WiFi for a WiFi connection or turn it off for a LTE connection.
  • Run wifi.sh, lte.sh or 3g.sh depending on your networking mode. Modify the ITERATIONS value in each script to your need.
  • The raw data should be generated in the respective directories wifi, lte and 3g.
  • Plots are generated in the plots directory (you need R and ggplot2 package installed for this; refer to https://www.digitalocean.com/community/tutorials/how-to-set-up-r-on-ubuntu-14-04 and http://www.r-bloggers.com/installing-r-packages/ for the installation guide).

Raw data and plots used for our experiment are stored in DATA directory. Thank you!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published