Skip to content

Speedora is a fast, lightweight command-line tool for measuring network performance. It provides real-time tests for ping, download speed, and upload speed—all from your terminal. Built in Rust, it delivers high speed, memory safety, and efficient async performance.

Notifications You must be signed in to change notification settings

Suvanwita/Speedora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Speedora – Network Speed CLI

Speedora is a fast, elegant, and lightweight command-line tool for measuring network performance directly from your terminal.
It provides real-time results for ping, download speed, and upload speed, powered by Rust’s speed and safety.


🚀 Features

  • ⚡ Accurate speed tests (download & upload)
  • 📡 Ping measurement with RTT
  • 🌐 Multi-server selection
  • 📊 ASCII-based progress display
  • 🦀 Rust async backend (tokio + reqwest)
  • 🔧 Minimal, modular code structure

🛠️ Technologies Used

  • Rust
  • Tokio
  • Reqwest
  • Clap
  • Futures Util

📦 Installation & Setup

Clone the repository:

git clone https://github.com/Suvanwita/Speedora.git
cd Speedora

Build the project:

cargo build --release

Run:

cargo run --release

About

Speedora is a fast, lightweight command-line tool for measuring network performance. It provides real-time tests for ping, download speed, and upload speed—all from your terminal. Built in Rust, it delivers high speed, memory safety, and efficient async performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages