# mp-web Measurement Point web - tools for making network testing from a web-page. Support route analysis by traceroute, throughput by a front end to iperf3 and a purely web-based performace tool called yt. # Install cd /var/www # or equivalent web root Just clone the directory into a web-server git clone https://scm.uninett.no/olav.kvittem/mp-web.git You need the stylesheet boostrap from the root of the web : /uninett-bootstrap-theme git submodule init git submodule update You need some perl modules like libjson-perl for iperf apt-get install libjson-perl You might need the iperf3 from esnet : cd /usr/local/src git clone https://github.com/esnet/iperf.git ./configure ; make ; make install # Licence This software is free for non-commercial use. Contact info@uninett.no for other uses. Components of this software like Highsofts HighChart is not free for commercial use. http://shop.highsoft.com/faq/non-commercial. Jquery licence can be found at https://jquery.org/license/. DataTables license is at http://www.datatables.net/license/bsd