mobile QoS on living place implementation

To use the LPQoS dashboard in your own environment (linux or windows no matter), retrieve all the materials stored in gitlab under the repository "src" and put them in a same local directory.

The only software prerequisite is to have RStudio tool installed on your system. Once it is installed, click on "File/Open File" browse up to your local directory and click on QoS_living_place.Rproj to load all the necessary files in RStudio.

Then modify the file app.R : line 7, comment setwd instruction like that '#setwd' and then write setwd('path to your local directory where all the materials have been downloaded from gitlab') and modify the file launch_shiny.r like that : line 3, in appDir instruction change the path by the path of your local directory '.

Then you have to install the following packages under R by typing this command

install.packages(c("stringr","shiny","shinydashboard","spatstat","xtable","leaflet","ggplot2","reshape2","stats","plyr"))

and finaly launch the file "launch_shiny.r" to access to the LPQoS dashboard.