readme: add telnet usage example gif

This commit is contained in:
Evgeny Zinoviev 2021-05-17 23:18:05 +03:00
parent 488c19594a
commit 7b2668a902
3 changed files with 6 additions and 2 deletions

View File

@ -28,4 +28,8 @@ Sending `EOT` (`0x04`) closes connection.
Each response is represented by one or more lines, each ending with `\r\n`, plus Each response is represented by one or more lines, each ending with `\r\n`, plus
extra `\r\n` in the end. extra `\r\n` in the end.
First line is always a status, which may be either `ok` or `err`. First line is always a status, which may be either `ok` or `err`.
## Usage example
![inverterd-telnet](inverterd-telnet.gif)

View File

@ -7,7 +7,7 @@ is planned.
- `inverterctl` is a full-featured command line utility with all P18 commands - `inverterctl` is a full-featured command line utility with all P18 commands
supported. supported.
- `inverterd` is a daemon that starts a TCP server and implements simple text-based - `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 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 multi-user or multi-threaded scenarios, where there may be more than one simultaneous
request to device, to avoid errors or device lockups. request to device, to avoid errors or device lockups.

BIN
inverterd-telnet.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB