Test your connection status and quality with ease.
Real-time ping monitoring • Multi-host dashboard • Speed testing • Network diagnostics
|
|
||||||||||||||||||||||
|
|
| Shortcut | Action |
|---|---|
| F5 | Start ping |
| Esc | Stop ping |
| Ctrl + E | Export results |
| Ctrl + Delete | Clear results |
| Ctrl + F | Add to favorites |
| Technology | Description |
|---|---|
| Modern Windows UI framework | |
| Latest Windows development platform | |
| Cross-platform runtime | |
| MVVM architecture | |
| Local data storage |
📋 Prerequisites
- Windows 10 version 1809 or later
- Visual Studio 2022 with Windows App SDK workload
- .NET 8 SDK
🔨 Build from Source
# Clone the repository
git clone https://github.com/avikeid2007/Ping-Tool.git
# Navigate to project directory
cd Ping-Tool
# Build the solution
dotnet build PingTool.WinUI3.sln -c Release -p:Platform=x64▶️ Run the Application
- Open
PingTool.WinUI3.slnin Visual Studio 2022 - Set
PingTool.WinUI3as the startup project - Press F5 to build and run
This repository contains:
- PingTool.WinUI3 - Modern WinUI 3 application (active development)
- Archive-UWP - Legacy UWP project (archived for reference)
The project has been fully migrated from UWP to WinUI 3 for better performance and modern Windows integration.
This project is licensed under the MIT License - see the LICENSE file for details.




