Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 629 Bytes

File metadata and controls

7 lines (5 loc) · 629 Bytes

UDPCommunication-CPlusPlus-CSharp

Contains includes UDP communication applications in the repository. UDP communication applications have been coded using the C# and C++ programming languages. In UDP communication, C programming language libraries have been used. There are two applications in the repository. These applications are:

  1. Server(CPlusPlus)-Client(CSharp): This includes server-client applications. The UDP Server is coded in C++, and the UDP Client is coded in C#.

  2. Server(CSharp)-Client(CPlusPlus): This includes server-client applications. The UDP Server is coded in C#, and the UDP Client is coded in C++.