Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 214 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 214 Bytes

Program using UDP sockets in Java

Networking in java(UDP) This program is for the implementation of UDP sockets(Client & Server) Includes udpCli.java udpSer.java First you need to run the server and then client.