Accidentally reverted README.md
This commit is contained in:
parent
c4dd6d89b8
commit
ec223a45d4
1 changed files with 3 additions and 3 deletions
|
@ -8,17 +8,17 @@ This is a very small Speedtest implemented in Javascript, using XMLHttpRequest a
|
||||||
[Take a Speedtest](http://speedtest.adolfintel.com)
|
[Take a Speedtest](http://speedtest.adolfintel.com)
|
||||||
|
|
||||||
## Compatibility
|
## Compatibility
|
||||||
Microsoft Edge, Firefox 10+, Chrome 10+, Opera 15+, Safari 7 (not tested)
|
Only modern browsers are supported (Edge 12+)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
- A reasonably fast web serve
|
- A reasonably fast web server
|
||||||
- Some way to generate garbage data using either the included PHP script, a [big file of random data](http://downloads.adolfintel.com/geth.php?r=speedtest-bigfile), or a symlink to /dev/urandom
|
- Some way to generate garbage data using either the included PHP script, a [big file of random data](http://downloads.adolfintel.com/geth.php?r=speedtest-bigfile), or a symlink to /dev/urandom
|
||||||
- Your server must not compress the data it sends
|
- Your server must not compress the data it sends
|
||||||
- Your server must accept large POST requests (up to 10 Megabytes), otherwise the upload test will fail
|
- Your server must accept large POST requests (up to 10 Megabytes), otherwise the upload test will fail
|
||||||
- Client side, there must not be any type of buffering (such as a proxy), or you may get incorrect results
|
- Client side, there must not be any type of buffering (such as a proxy), or you may get incorrect results
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
See example.html, it's not rocket science.
|
See the examples, it's really simple.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
Copyright (C) 2016 Federico Dossena
|
Copyright (C) 2016 Federico Dossena
|
||||||
|
|
Loading…
Reference in a new issue