aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-05-17 23:18:05 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-05-17 23:18:05 +0300
commit7b2668a902aaf2fe9b0b7ed5600cedd25ac396d0 (patch)
tree97ab255036ec8e6963491149d3029ff4d47a3d51 /README.md
parent488c19594a19c0ef34244605e95ec215bc98de3d (diff)
readme: add telnet usage example gif
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0eabb79..ece39cc 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ is planned.
- `inverterctl` is a full-featured command line utility with all P18 commands
supported.
- `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
+ [telnet-compatible](inverterd-telnet.gif) 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.