https://github.com/eeyribas/tcpcomm-servercsharp-clientcpp
Contains TCP communication applications. The applications involve TCP server-client topics.
https://github.com/eeyribas/tcpcomm-servercsharp-clientcpp
c-plus-plus c-programming c-programming-language cplusplus cpp csharp csharp-app csharp-code qt-framework qt-ide tcp tcp-client tcp-client-server tcp-communication tcp-ip tcp-protocol tcp-server tcp-socket visual-studio visual-studio-2019
Last synced: 2 months ago
JSON representation
Contains TCP communication applications. The applications involve TCP server-client topics.
- Host: GitHub
- URL: https://github.com/eeyribas/tcpcomm-servercsharp-clientcpp
- Owner: eeyribas
- Created: 2024-09-30T19:24:57.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-09T22:53:34.000Z (2 months ago)
- Last Synced: 2025-08-10T00:21:30.565Z (2 months ago)
- Topics: c-plus-plus, c-programming, c-programming-language, cplusplus, cpp, csharp, csharp-app, csharp-code, qt-framework, qt-ide, tcp, tcp-client, tcp-client-server, tcp-communication, tcp-ip, tcp-protocol, tcp-server, tcp-socket, visual-studio, visual-studio-2019
- Language: C#
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TCPComm-ServerCSharp-ClientCPP
Contains TCP communication applications. The applications involve TCP server-client topics.
There are three applications in the repository. These applications are as follows:1. Server(CSharp)-Client(CPP): The TCP server application is coded in the C# programming language.
The TCP client application is coded in the C++ programming language.2. Server(CSharp)-ClientClassForm(CPP): The TCP server application is coded in the C# programming language.
The TCP client application is coded in the C++ programming language. In the Client application, a tcpcomm class has been created for TCP communication.3. Server(CSharp)-MultiClient(CPP): The TCP server application is coded in the C# programming language.
The TCP client application is coded in the C++ programming language. Multiple client applications have been created.C++ Programming Language;
- Framework: Qt5 (Version: Qt 5.11.3)
- IDE: Qt Creator 4.8.2
C# Programming Language;
- Framework: .NET Framework 4.6.1
- IDE: Visual Studio 2019