-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/zenden2k/KeeneticRainmeterP…
…lugin into main
- Loading branch information
Showing
1 changed file
with
18 additions
and
1 deletion.
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,4 +1,21 @@ | ||
# KeeneticRainmeterPlugin | ||
Keenetic router's speed graph directly on your desktop | ||
Keenetic router's speed graph directly on your Windows desktop | ||
|
||
![KeeneticRainmeterPlugin screenshot](https://i.imgur.com/UhVCydL.png) | ||
|
||
|
||
## Installation | ||
|
||
First you have to install [Rainmeter](https://www.rainmeter.net/) on your computer. Then download and install .rmskin file which is available in the [Releases](https://github.com/zenden2k/KeeneticRainmeterPlugin/releases) section. | ||
|
||
After installation you should specify password of your Keenetic user in "Rainmeter.data" file (which is placed by default in "C:\Users\user\AppData\Roaming\Rainmeter" folder). | ||
Also you can specify the username and URL of the router web interface. | ||
|
||
```ini | ||
[KeeneticPlugin] | ||
User=admin | ||
Password=qwerty1234 | ||
URL=http://192.168.1.1 | ||
``` | ||
|
||
Plugin has been tested with Keenetic Viva (KN-1910). |