Skip to content

eeyribas/UDPComm-CPP-CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

UDPComm-CPP-CSharp

Contains UDP communication applications. The applications involve UDP server-client topics. There are two applications in the repository. These applications are as follows:

  1. Server(CPP)-Client(CSharp): The UDP server application is coded in the C++ programming language. The UDP client application is coded in the C# programming language.

  2. Server(CSharp)-Client(CPP): The UDP server application is coded in the C# programming language. The UDP client application is coded in the C++ programming language.

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