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:
-
Server(CPlusPlus)-Client(CSharp): This includes server-client applications. The UDP Server is coded in C++, and the UDP Client is coded in C#.
-
Server(CSharp)-Client(CPlusPlus): This includes server-client applications. The UDP Server is coded in C#, and the UDP Client is coded in C++.