This short tutorial describes a few methods for gaining access WIFI SPEED CHECK, CHECKS THE SPEED OF YOUR WIFI. , a basic human right, from public wireless networks.
This tutorial has been tested on Mac and a Raspberry Pi. It should generally work on Linux, and hasn't been tested on Windows.
Make sure you do this step before you are stuck without Internet access:
- Install Python pip
- On Linux, install Python Developer package, a dependency for the
netifacespackage.
Ubuntu:
$ sudo apt-get install python-dev
Fedora:
$ sudo dnf install python-devel
Note: For Centos, substitute dnf with yum
- Make a copy of this repository and install dependencies for the script:
$ git clone https://github.com/kylemcdonald/FreeWifi
$ cd FreeWifi && sudo pip install -r requirements.txt