An open API service indexing awesome lists of open source software.

https://github.com/eeyribas/tcpserverclient-c

An application that uses TCP communication and can operate as either a server or a client.
https://github.com/eeyribas/tcpserverclient-c

application c c-application c-lang c-programming c-programming-language c-programming-project client qt qt-ide qt5 qt5-applications server tcp tcp-client tcp-client-server tcp-communication tcp-server tcp-socket tcp-socket-programming

Last synced: 2 months ago
JSON representation

An application that uses TCP communication and can operate as either a server or a client.

Awesome Lists containing this project

README

          

# TCPServerClient-C
An application that uses TCP communication and can operate as either a server or a client.
When run with the argument "0", the application functions as a server.
If it is run with any argument other than "0", it functions as a client.
Once the server establishes a TCP connection with the client, it sends the message "Hello Client!".

- Programming Language: C Programming Language

- Framework: Qt5 (Version: Qt 5.11.3)

- IDE: Qt Creator 4.8.2