diff --git a/.logo/logo1.png b/.logo/logo1.png deleted file mode 100644 index e270be6..0000000 Binary files a/.logo/logo1.png and /dev/null differ diff --git a/README.md b/README.md index 5946572..1433dd5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +<<<<<<< HEAD # LibreSpeed (Node.js port) 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 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 Logo](https://github.com/librespeed/speedtest/blob/master/.logo/logo3.png?raw=true) + +# 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) + +![Screenshot](https://speedtest.fdossena.com/mpot_v5.gif) + + +## 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 +[![Donate with Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/fdossena/donate) +[Donate with PayPal](https://www.paypal.me/sineisochronic) +>>>>>>> master ## License Copyright (C) 2016-2019 Federico Dossena