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

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.

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