Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Artist committed Aug 27, 2022
1 parent b23687b commit 5c779e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ TCP Application Protocol is a text based protocol, where any TCP client includin
2. Response from server to client is begin with status (`OK` or `ERR`) following by response message.<br/>
`<Status> <Response Message / Return Value>`

ToDo: Class Diagram
![TCP Application Class Diagram](<Doc/CodeArtEng.Tcp_UML.png>)

- TcpAppServer - TCP Application Server. Host for remote control.
- ITcpAppServerPlugin - TCP Application Server Plugin Interface.
Expand Down Expand Up @@ -294,7 +294,7 @@ private void ExecuteCommand()
This application implemented generic terminal where user can enter the commands manually to interact with server application.

ToDo: TcpAppClientTerminal Screenshot.
[TcpAppClientTerminal](https://github.com/Code-Artist/CodeArtEng.Tcp/blob/master/Doc/TCPAppTerminal.png)
![TcpAppClientTerminal](<Doc/TCPAppTerminal.png>)

Code Artist 2017 - 2022
www.codearteng.com

0 comments on commit 5c779e6

Please sign in to comment.