TCP_Server_Client Tcp server client example with qt framework. If you want to try it on your system follow below steps: First, you need to build the project with qt or a c++ compiler. Then, open a terminal and go to the file directory that output of project files. After that, execute server file with this command: $ ./TCP_Server_Client server After you open the server you can open a client or clients with this command: $ ./TCP_Server_Client client