diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-05-17 22:57:08 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-05-17 22:57:08 +0300 |
commit | 488c19594a19c0ef34244605e95ec215bc98de3d (patch) | |
tree | 07511f5d6181de97054509abe15d2a21f8e42f89 | |
parent | dc3896484b8de63e2f9d8633dadfcfe660d4e9d5 (diff) |
readme: slightly update inverterd description
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -6,10 +6,11 @@ is planned. - `inverterctl` is a full-featured command line utility with all P18 commands supported. - -- `inverterd` is a daemon that starts TCP server that accepts user requests. It - replaces inverterctl for multi-user scenarios, where there may be more than one - simultaneous request to device, to avoid errors or lockups. +- `inverterd` is a daemon that starts a TCP server and implements simple text-based + telnet-compatible chat [protocol](PROTOCOL.md). It supports all commands and options + supported by inverterctl, and it's supposed to be used instead of interterctl in + multi-user or multi-threaded scenarios, where there may be more than one simultaneous + request to device, to avoid errors or device lockups. ## Requirements |