forked from pzmarzly/PingMeterGadget
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md: add photos and fix features
- Loading branch information
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
# Ping Meter Gadget | ||
|
||
It's a customizable and small ping (latency) meter, written in C# using WPF. | ||
It's a customizable and small ping (latency) meter, written in C# using Visual Studio 2015 and WPF. | ||
![Configuration](https://raw.githubusercontent.com/pzmarzly/PingMeterGadget/images/screenshot1.png) | ||
![Multiple instances](https://raw.githubusercontent.com/pzmarzly/PingMeterGadget/images/screenshot2.png) | ||
|
||
## Features | ||
|
||
- small, transparent (customizable opacity), always-on-top window | ||
- customizable: | ||
- always on top | ||
- window transparency | ||
- running in multiple instances | ||
- configuration autosaving | ||
- selecting host by hostname or IP | ||
- some nice configuration options | ||
- configuration tool | ||
|
||
## License | ||
|
||
Licensed under MIT license. Feel free to fork, contribute and reuse code. | ||
|
||
## Downloading | ||
|
||
[.NET Framework 4.5.2](https://www.microsoft.com/en-us/download/details.aspx?id=42642) is required. Download this application from repository releases. | ||
[.NET Framework 4.5.2](https://www.microsoft.com/en-us/download/details.aspx?id=42642) is required. Download this application from repository releases. |