speedtest/README.md

52 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2018-10-28 08:50:19 +00:00
![HTML5 Speedtest Logo](https://github.com/adolfintel/speedtest/blob/master/.logo/Readme-Logo.png?raw=true)
2018-08-14 05:24:20 +00:00
# HTML5 Speedtest - Multiple Points of Test
2016-03-04 11:48:09 +00:00
2018-08-14 05:24:20 +00:00
## Multiple Points of Test
This branch allows usage of multiple test servers instead of just 1. The client runs a server selector, which pings a list of test servers and chooses the one with the best ping.
2016-03-04 11:48:09 +00:00
2018-08-15 12:13:12 +00:00
__This is a new and experimental feature__
2018-08-15 11:42:19 +00:00
For the regular version, see the [`master` branch](https://github.com/adolfintel/speedtest).
2018-08-15 12:13:12 +00:00
## Try it
[Take a speedtest](http://speedtest.fdossena.com/mpotdemo)
2018-08-15 11:42:19 +00:00
## Compatibility
Only modern browsers are supported (IE11, latest Edge, latest Chrome, latest Firefox, latest Safari)
## Features
* Download
* Upload
* Ping
* Jitter
* IP Address
* Telemetry (optional)
* Results sharing (optional)
## How to use in your site
* See the examples
* [Read the wiki](https://github.com/adolfintel/speedtest/wiki/Introduction-(MPOT))
* Read doc.md
## Donate
[![Donate with Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/fdossena/donate)
[Donate with PayPal](https://www.paypal.me/sineisochronic)
Send ETH at this address: ```0x8A5273d4e2618c4cff2C62d8EB731701FceEd8E3```
## License
2018-12-31 14:31:41 +00:00
Copyright (C) 2016-2019 Federico Dossena
2018-08-15 11:42:19 +00:00
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
2016-03-04 11:48:09 +00:00
2018-08-15 11:42:19 +00:00
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
2018-08-15 11:42:19 +00:00
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/lgpl>.