Skip to content

markafarrell/raspberrypi-speedtest-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

raspberrypi-speedtest-analyser

An ansible project to turn a raspberry pi into a mobile network speedtesting robot

  1. This is based on using an Android phone using USB tethering to provide connectivity. You need to provide the interface name that will be used for the speedtest speedtest_interface_device (this defaults to usb0) and optionally speedtest_gw_address (if this is not provied then the default gateway for `speedtest_interface_device will be used)

  2. You will need to add the ip address (or hostname) of your raspberry pi to your hosts file so that raspberrypi-speedtest-analyser will resolve to the ip address of the raspberry pi you are targeting. Alternatively you can modify the inventory file.

  3. Run the configure.yml playbook to configure the raspberry pi ansible-playbook -i inventory/ configure.yml (the command must be run in the ansible directory of this project)

  4. Navigate to http://raspberrypi-speedtest-analyser in your browser to view the results. (default grafana credentials are admin:admin)

Dependancies

python3

sudo apt install python3

sshpass

sudo apt install sshpass

ansible

sudo pip3 install ansible

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published