From c4fa04a94d9cd4207fdbd95cd2c2f9bef2a5fcbf Mon Sep 17 00:00:00 2001 From: Sergey Svistunov Date: Sun, 7 Mar 2021 20:09:22 +0300 Subject: [PATCH 1/5] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75f3160..ff9a656 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # 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/). Then download and install .rmskin file which is available in Releases section. From 4d4dd26d3837adb995c0a516ccc9b87e43ea0748 Mon Sep 17 00:00:00 2001 From: Sergey Svistunov Date: Sun, 7 Mar 2021 20:15:07 +0300 Subject: [PATCH 2/5] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff9a656..a63cfde 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,14 @@ Keenetic router's speed graph directly on your Windows desktop ## Installation -First you have to install [Rainmeter](https://www.rainmeter.net/). Then download and install .rmskin file which is available in Releases section. +First you have to install [Rainmeter](https://www.rainmeter.net/) on your computer. Then download and install .rmskin file which is available in 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 could specify the username and URL of the router web interface. + +```ini +[KeeneticPlugin] +User=admin +Password=qwerty1234 +URL=http://192.168.1.1 +``` From 8ea11f8e19dd7ca84c1dec4bb331323b91c47e26 Mon Sep 17 00:00:00 2001 From: Sergey Svistunov Date: Sun, 7 Mar 2021 20:15:40 +0300 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a63cfde..06e0255 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Keenetic router's speed graph directly on your Windows desktop First you have to install [Rainmeter](https://www.rainmeter.net/) on your computer. Then download and install .rmskin file which is available in 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 could specify the username and URL of the router web interface. +Also you can specify the username and URL of the router web interface. ```ini [KeeneticPlugin] From 982ecdb4fe282dad8d32c3a1a104c33a687fb58b Mon Sep 17 00:00:00 2001 From: Sergey Svistunov Date: Sun, 7 Mar 2021 20:16:42 +0300 Subject: [PATCH 4/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 06e0255..2e85c34 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,5 @@ User=admin Password=qwerty1234 URL=http://192.168.1.1 ``` + +Plugin has been tested with Keenetic Viva (KN-1910). From 008b6b0ee479c98be30235107ddcf6bb59ba89b9 Mon Sep 17 00:00:00 2001 From: Sergey Svistunov Date: Sun, 7 Mar 2021 20:18:42 +0300 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e85c34..7d3da83 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Keenetic router's speed graph directly on your Windows desktop ## Installation -First you have to install [Rainmeter](https://www.rainmeter.net/) on your computer. Then download and install .rmskin file which is available in Releases section. +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.