eeyribas / TCPServerClient-C

The application, which communicates via TCP, can operate in server and client modes. It is coded in the C programming language and uses the Qt IDE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCPServerClient-C

The application, which communicates via TCP, can operate in server and client modes. It is coded in the C programming language and uses the Qt IDE. When the application is run with an argument of zero, it operates as a server. When an argument other than zero is provided, it operates as a client. After the server connects with the client via TCP communication, it sends the message 'Hello Client!'

About

The application, which communicates via TCP, can operate in server and client modes. It is coded in the C programming language and uses the Qt IDE.


Languages

Language:C 98.8%Language:QMake 1.2%