Skip to content

Commit 9049db2

Browse files
authored
Merge pull request #88 from norkator/update-eaton-side-instructions
Update eaton side instructions
2 parents b5497aa + b51bb1f commit 9049db2

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

README.md

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Watch Youtube video for better description.
99
I brought this project on Github so other people can add features for their own use.
1010
See license and contribution rules below.
1111

12+
Приложение для Android для мониторинга состояний устройств ИБП APC и EATON IPM и просмотра событий.
13+
Посмотрите видео на Youtube для лучшего описания.
14+
Я разместил этот проект на Github, чтобы другие люди могли добавлять функции для собственного использования.
15+
См. Правила лицензирования и внесения взносов ниже.
16+
1217

1318
Table of contents
1419
=================
@@ -47,19 +52,32 @@ Always be careful when opening UPS software interfaces to public internet. These
4752
for security researchers and bad people. Learn to create VPN tunnel from your device to your network instead and route
4853
traffic trough that. Or use only in local network via WLAN.
4954

55+
5056
APCUPSD
5157
-----
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.
5362

5463
Eaton
5564
-----
5665
* 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
6071
* 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+
![eaton_unsecure](graphics/eaton_unsecure.png)
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 может прекратить поддерживать в любой момент.
6381

6482

6583

@@ -96,4 +114,5 @@ License
96114
============
97115
See repo license section or license file.
98116

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 в качестве нового приложения!

graphics/eaton_unsecure.png

16.5 KB
Loading

0 commit comments

Comments
 (0)