Giter VIP home page Giter VIP logo

speedchecker's Introduction

SpeedChecker

SpeedChecker is a tool for comparing your network bandwidth with that of a given postcode or partial postcode area e.g. ('SW' or 'SW6' or 'SW6 4DT') against Ofcom's Connected Nations Reports. SpeedChecker comes 'preloaded' with data from 2016.

Tech

SpeedChecker uses some open source projects to work properly:

  • Django - (v2.0.3) Python framework for web apps
  • ChartJS - JS based responsive charts
  • Materialize CSS - responsive front-end framework based on Material Design
  • pyspeedtest - (v1.2.7) package to test network bandwidth using Speedtest.net servers
  • pandas (v0.22) package for fast data processing.
  • numpy (v1.14.2) package for scientific computing.
  • jQuery - for many reasons..

Installation

SpeedChecker requires Python 3.6 or above to run.

Install the dependencies and start the server.

$ git clone https://github.com/Georgerowberry/SpeedChecker.git
$ cd SpeedChecker
$ pip3 install -r requirements.txt
$ python Checker/collate_data.py   (this may take a few minutes)
$ python manage.py runserver [port]

The server will be running on http://127.0.0.1:8000/ by defult

Updating the Dataset

SpeedChecker comes with a script to write CSV files from Ofcom's Connected Nations Report into the sqlite database.

To add new data to the database:

  1. Add the new files into 'Speedchecker/Data/' folder.
  2.  $ cd SpeedChecker/Checker
     $ python collate_data.py

Author

George Rowberry

speedchecker's People

Contributors

georgerowberry avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.