An open API service indexing awesome lists of open source software.

https://github.com/anticlown322/Network-Speed-Tester-Course-Work

Simple speedtester written in C#
https://github.com/anticlown322/Network-Speed-Tester-Course-Work

api csharp-app dotnet-framework speedtest

Last synced: 3 months ago
JSON representation

Simple speedtester written in C#

Awesome Lists containing this project

README

          

> [!NOTE]
> This repository will not be updated in the future. I hope it helps someone at least a little

# :eyes: Overview

This repository contains a simple C# program that checks the speed and quality of your internet connection.

## :mag: Details

- .NET Framework 4.8
- WPF
- MVVM Pattern

I tried to implement a MVVM pattern. I think it turned out well. Also I created some custom components e.g. speedometer, buttons.
For collecting general info about connection I used [IPInfo](https://ipinfo.io/) API.

Project has some bugs(like not calculating upload speed or different exceptions) and unfinished features(speedometer has no animation,
there is no settings section, server list is to little so app may output incorrect results). I will not continue the project,
so I hope that you will at least enjoy what is there

## :camera_flash: Screenshots

![Tester window](/assets/images/tester.png)
![Info window](/assets/images/info.png)
![Help window](/assets/images/help.png)