A simple project demonstrating the implementation of a UDP client and server in Java. The client sends a message to the server and the server returns a response to the client.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
- Java Development Kit (JDK)
- Any Java Integrated Development Environment (IDE) like Eclipse, IntelliJ, etc.
Clone the repository to your local machine using the following command:
git clone https://github.com/UDP-Client-Server-Communication-Using-Java.git
Import the project into your preferred Java IDE and run the server class first followed by the client class.