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.
- Host: GitHub
- URL: https://github.com/eeyribas/tcpserverclient-c
- Owner: eeyribas
- Created: 2024-10-07T20:28:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-19T20:54:05.000Z (3 months ago)
- Last Synced: 2025-08-19T22:29:04.158Z (3 months ago)
- Topics: 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
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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