xbb123 / cloudping

This site allows you to perform an HTTP ping to measure the network latency from your browser to the various cloud data centers around the world.

Home Page:http://cloudping.bastionhost.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cloudping

This project has the following basic apps:

  • ping - the core app which implement the main logic.

Installation

To set up a development environment quickly, install Python 2.x first. It comes with virtualenv built-in. so create a virtual environment with:

mkvirtualenv cloudping

Install dependencies:

pip install -r requirements.txt

Run server:

python manage.py runserver --settings=cloudping.settings.development

Refs

  1. Project generated by https://github.com/huifenqi/django-project-skeleton
  2. Some js code comes from http://www.cloudping.info/

About

This site allows you to perform an HTTP ping to measure the network latency from your browser to the various cloud data centers around the world.

http://cloudping.bastionhost.org/


Languages

Language:Python 59.0%Language:HTML 41.0%