-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from daskeyboard
ICMP Ping version 1.1.1
- Loading branch information
Showing
7 changed files
with
688 additions
and
23 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Changelog Q Applet ICMP ping | ||
|
||
## Version 1.1.1 - April 02, 2019 | ||
Review. |
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,4 +1,30 @@ | ||
# DasKeyboard ICMP Ping | ||
A DasKeyboard applet for displaying ICMP ping response time as a color gradient depending on ping time. Makes use of the OS's `ping` command to avoid having to build unmanaged code via `node-gyp`. Fully compatible with \*nix/BSD, Mac, and Windows | ||
# Q Applet: ICMP Ping | ||
|
||
![ICMP Ping on Das Keyboard 5Q](assets/dashboard_example.png "ICMP Ping Dashboard Example") | ||
A Das Keyboard applet for displaying ICMP ping response time as a color | ||
gradient depending on ping time. Makes use of the OS's `ping` command | ||
to avoid having to build unmanaged code via `node-gyp`. | ||
|
||
Fully compatible with \*nix/BSD, Mac, and Windows. | ||
|
||
[GitHub repository](https://github.com/Conroman16/daskeyboard-applet--icmp-ping) | ||
|
||
![ICMP Ping on Das Keyboard 5Q](assets/image.png "ICMP Ping Dashboard Example") | ||
|
||
## Changelog | ||
|
||
[CHANGELOG.MD](CHANGELOG.md) | ||
|
||
## Installation | ||
|
||
Requires a Das Keyboard Q Series: www.daskeyboard.com. | ||
|
||
Installation, configuration and uninstallation of applets is done within | ||
the Q Desktop application (https://www.daskeyboard.com/q) | ||
|
||
## Running tests | ||
|
||
- `yarn test` | ||
|
||
## Contributions | ||
|
||
Pull requests welcome. |
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,5 +1,6 @@ | ||
# ICMP Ping | ||
|
||
A highly-customizable applet that displays ICMP ping response times as a color gradient depending the average round-trip time duration | ||
A highly-customizable applet that displays ICMP ping response times | ||
as a color gradient depending the average round-trip time duration. | ||
|
||
![ICMP Ping on Das Keyboard 5Q](assets/dashboard_example.png "ICMP Ping Dashboard Example") | ||
![ICMP Ping on Das Keyboard 5Q](assets/image.png "ICMP Ping Dashboard Example") |
File renamed without changes
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
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
Oops, something went wrong.