No Flash, No Java, No WebSocket, No Bullshit.
Compatible with all librespeed clients :
- Web Client
- Command line client
- Android client
- desktop client
- Memory safety (uses
#![forbid(unsafe_code)]
to ensure everything is implemented in 100% safe Rust.) - Lightweight & Low overhead
- Low level networking
- Based on tokio-rs (asynchronous)
- Download
- Upload
- Ping
- Jitter
- IP Address, ISP
- Telemetry (optional)
- Results sharing (optional)
- Any Rust supported platforms
- PostgreSQL or MySQL database to store test results (optional)
- A fast! Internet connection
- Download the appropriate binary file from the releases page.
- Unzip the archive.
- Make changes to the configuration.
- Run the binary.
- Or setup as service :
- Copy
setup_systemd.sh
on linux orsetup_sc_win.bat
on windows system in extracted folder. - Run the script file to setup as service
- Copy
Read full installation methods in wiki
This project can be much better.
Therefore, your PRs are accepted to improve and solve problems
Copyright (C) 2016-2024 Federico Dossena
Copyright (C) 2024 Sudo Dios
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.
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.
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.