You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-7Lines changed: 26 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@ Watch Youtube video for better description.
9
9
I brought this project on Github so other people can add features for their own use.
10
10
See license and contribution rules below.
11
11
12
+
Приложение для Android для мониторинга состояний устройств ИБП APC и EATON IPM и просмотра событий.
13
+
Посмотрите видео на Youtube для лучшего описания.
14
+
Я разместил этот проект на Github, чтобы другие люди могли добавлять функции для собственного использования.
15
+
См. Правила лицензирования и внесения взносов ниже.
16
+
12
17
13
18
Table of contents
14
19
=================
@@ -47,19 +52,32 @@ Always be careful when opening UPS software interfaces to public internet. These
47
52
for security researchers and bad people. Learn to create VPN tunnel from your device to your network instead and route
48
53
traffic trough that. Or use only in local network via WLAN.
49
54
55
+
50
56
APCUPSD
51
57
-----
52
-
* No special notes.
58
+
* SSH supported with custom command options.
59
+
* APC NMC (Network Management Card AOS)
60
+
* Synology UPSC with `upsc ups` command.
61
+
* NIS protocol supported which is best option for closed|internal network use.
53
62
54
63
Eaton
55
64
-----
56
65
* Node ID is same as serial number. Node ID - это то же самое, что и серийный номер.
57
-
* This app is developed towards IPM version -> `1.69.253`
58
-
* Use IPM with https (default) installation way, which means web UI opens from port 4680.
59
-
* This app requires valid https certificate so try have one with your IPM server. This is forced by Google in a way that app will get deleted from Google Play if it contains vulnerable workarounds. Possible solution for certificates https://certbot.eff.org/lets-encrypt/windows-other.html
66
+
* This app is developed towards IPM version -> `1.69.253` or higher. Используйте IPM версии `1.69.253` или выше.
67
+
* IPM with **https** (default) installation way, which means web UI opens from port **4680**.
68
+
* This app requires valid https certificate with https mode enabled so try have one with your IPM server.
69
+
* This is forced by Google in a way that app will get deleted from Google Play if it contains vulnerable workarounds.
70
+
* Possible solution for certificates https://certbot.eff.org/lets-encrypt/windows-other.html
60
71
* It might be possible to have ip address with valid certificate but I personally don't know.
61
-
See https://stackoverflow.com/questions/2043617/is-it-possible-to-have-ssl-certificate-for-ip-address-not-domain-name.
62
-
* IPM требует действующего сертификата https для работы с этим приложением.
72
+
* See https://stackoverflow.com/questions/2043617/is-it-possible-to-have-ssl-certificate-for-ip-address-not-domain-name.
73
+
* Для работы с этим приложением в режиме HTTPS требуется действующий сертификат https.
74
+
* IPM with cleartext **http** >> **NOT RECOMMENDED**
75
+
* Use this only if you have no other way.
76
+
* Change IPM configuration to allow http, this means port **4679**.
77
+

78
+
* Switch app https settings toggle to false.
79
+
* Cleartext required special code from app side, which Google may drop support any time.
80
+
* Открытый текст требовал специального кода со стороны приложения, который Google может прекратить поддерживать в любой момент.
63
81
64
82
65
83
@@ -96,4 +114,5 @@ License
96
114
============
97
115
See repo license section or license file.
98
116
99
-
Permission to release this app on any Play Store as a new app is forbidden!
117
+
Permission to release this app on any Play Store as a new app is forbidden!
118
+
Запрещается выпускать это приложение в любом магазине Play в качестве нового приложения!
0 commit comments