|
@@ -1,3 +1,4 @@
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
# LibreSpeed (Node.js port)
|
|
# LibreSpeed (Node.js port)
|
|
|
This is a nodeJS Port from the original PHP-based [LibreSpeed](https://github.com/librespeed/speedtest)
|
|
This is a nodeJS Port from the original PHP-based [LibreSpeed](https://github.com/librespeed/speedtest)
|
|
|
|
|
|
|
@@ -6,6 +7,57 @@ For any instructions and support please check out the [Wiki](https://github.com/
|
|
|
|
|
|
|
|
## Support
|
|
## Support
|
|
|
If you like this project and want to support our work you can either do pull requests or donate via [PayPal](https://paypal.me/dunklesToast)
|
|
If you like this project and want to support our work you can either do pull requests or donate via [PayPal](https://paypal.me/dunklesToast)
|
|
|
|
|
+=======
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+# LibreSpeed
|
|
|
|
|
+
|
|
|
|
|
+No Flash, No Java, No Websocket, No Bullshit.
|
|
|
|
|
+
|
|
|
|
|
+This is a very lightweight Speedtest implemented in Javascript, using XMLHttpRequest and Web Workers.
|
|
|
|
|
+
|
|
|
|
|
+## Try it
|
|
|
|
|
+[Take a Speedtest](https://speedtest.fdossena.com)
|
|
|
|
|
+
|
|
|
|
|
+## Compatibility
|
|
|
|
|
+All modern browsers are supported: IE11, latest Edge, latest Chrome, latest Firefox, latest Safari.
|
|
|
|
|
+Works with mobile versions too.
|
|
|
|
|
+
|
|
|
|
|
+## Features
|
|
|
|
|
+* Download
|
|
|
|
|
+* Upload
|
|
|
|
|
+* Ping
|
|
|
|
|
+* Jitter
|
|
|
|
|
+* IP Address, ISP, distance from server (optional)
|
|
|
|
|
+* Telemetry (optional)
|
|
|
|
|
+* Results sharing (optional)
|
|
|
|
|
+* Multiple Points of Test (optional)
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+## Server requirements
|
|
|
|
|
+* A reasonably fast web server with Apache 2 (nginx, IIS also supported)
|
|
|
|
|
+* PHP 5.4 (other backends also available)
|
|
|
|
|
+* MySQL database to store test results (optional, PostgreSQL and SQLite also supported)
|
|
|
|
|
+* A fast! internet connection
|
|
|
|
|
+
|
|
|
|
|
+## Installation videos
|
|
|
|
|
+* [Quick start installation guide for Ubuntu Server 19.04](https://fdossena.com/?p=speedtest/quickstart_v5_ubuntu.frag)
|
|
|
|
|
+
|
|
|
|
|
+## Android app
|
|
|
|
|
+A template to build an Android client for your LibreSpeed installation is available [here](https://github.com/librespeed/speedtest-android).
|
|
|
|
|
+
|
|
|
|
|
+## Docker
|
|
|
|
|
+Please see the `docker` branch
|
|
|
|
|
+
|
|
|
|
|
+## Node.js backend
|
|
|
|
|
+A Node.js implementation is available in the `node` branch, maintained by [dunklesToast](https://github.com/dunklesToast).
|
|
|
|
|
+
|
|
|
|
|
+## Donate
|
|
|
|
|
+[](https://liberapay.com/fdossena/donate)
|
|
|
|
|
+[Donate with PayPal](https://www.paypal.me/sineisochronic)
|
|
|
|
|
+>>>>>>> master
|
|
|
|
|
|
|
|
## License
|
|
## License
|
|
|
Copyright (C) 2016-2019 Federico Dossena
|
|
Copyright (C) 2016-2019 Federico Dossena
|